Skip to content

Commit

Permalink
update release action to use node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
winkerVSbecks committed Dec 11, 2022
1 parent cd008f6 commit cc58286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit cc58286

Please sign in to comment.