Skip to content

Commit

Permalink
build: Use node 16 for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
leubedane authored Jan 19, 2024
1 parent d4989d0 commit 81cfd3b
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 @@ -13,7 +13,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'

- name: 'Automated Version Bump'
Expand Down

0 comments on commit 81cfd3b

Please sign in to comment.