Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAkerman authored Nov 7, 2021
1 parent f4bbc69 commit 079c479
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 14
- run: npm ci
- run: npm test
# - name: Zip
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 17
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand All @@ -81,7 +81,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 14
registry-url: 'https://npm.pkg.github.com'
scope: '@johnakerman'

Expand Down

0 comments on commit 079c479

Please sign in to comment.