Skip to content

Commit

Permalink
chore: use node 16 to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
BramKaashoek committed Jun 13, 2022
1 parent b57babd commit 2e1dce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
Expand Down

0 comments on commit 2e1dce2

Please sign in to comment.