Skip to content

Commit

Permalink
tweak npm build process
Browse files Browse the repository at this point in the history
  • Loading branch information
zjwhitehead committed Feb 16, 2024
1 parent c95cd06 commit 8017ef6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 14
- run: npm install --package-lock-only
- run: npm ci
- run: npm test

Expand All @@ -25,8 +26,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 14
registry-url: 'https://npm.pkg.github.com'
- run: npm install --package-lock-only
- run: npm ci
- run: npm publish
env:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"sass",
"scss"
],
"author": "Brent Jackson",
"author": [
"Brent Jackson",
"RVshare"
],
"license": "MIT",
"dependencies": {
"basscss": "^8.0.0",
Expand Down

0 comments on commit 8017ef6

Please sign in to comment.