Skip to content

Commit

Permalink
Updated Node version to 20 for GitHub publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreavn committed Dec 7, 2024
1 parent c02713b commit f165963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn
Expand Down

0 comments on commit f165963

Please sign in to comment.