Skip to content

Commit

Permalink
Updated Node.js in Github Actions to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
br41nl3t committed Mar 22, 2024
1 parent 62b63be commit 97c5b69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
id: nodejs
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x
cache: npm

- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'

- name: Publish npm package
Expand Down

0 comments on commit 97c5b69

Please sign in to comment.