Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTreffler authored Oct 2, 2020
1 parent 3b3987f commit 3d67638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.PUBLISH_NPM_TOKEN }}
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 14
registry-url: https://npm.pkg.github.com/
scope: '@JonathanTreffler'
- run: echo registry=https://npm.pkg.github.com/@JonathanTreffler >> .npmrc
Expand Down

0 comments on commit 3d67638

Please sign in to comment.