Skip to content

Commit

Permalink
Merge pull request #44 from baloise-incubator/fix-release-node-version
Browse files Browse the repository at this point in the history
build: Use node 16 for release build
  • Loading branch information
leubedane authored Jan 24, 2024
2 parents d4989d0 + 81cfd3b commit 725616e
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 725616e

Please sign in to comment.