Skip to content

Commit

Permalink
Bump node version in gha
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Oct 2, 2024
1 parent d6f10bc commit 9b4d675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Setup .npmrc file to publish to GitHub Packages
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
registry-url: 'https://npm.pkg.github.com'
- run: npm install
- run: npm publish
Expand All @@ -42,7 +42,7 @@ jobs:
# Setup .npmrc file to publish to npmjs.org
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: 'npm'
- name: install dependencies
run: |
Expand Down

0 comments on commit 9b4d675

Please sign in to comment.