Skip to content

Commit

Permalink
chore: Upgrade github-publish workflow to node 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Sep 16, 2021
1 parent 18d91cf commit 33548ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- run: npm i
- run: npm test

Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
registry-url: https://npm.pkg.github.com/
- run: npm i
- run: npm publish
Expand Down

0 comments on commit 33548ad

Please sign in to comment.