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 authored and kylegach committed Jan 11, 2023
1 parent 1809494 commit 05b2c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
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 05b2c6e

Please sign in to comment.