Skip to content

Commit

Permalink
update CI node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aolsenjazz committed Sep 12, 2024
1 parent ad5a285 commit a2a1abd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node and NPM
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 21
cache: npm

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js and NPM
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 21

- name: install Linux dependencies
if: runner.os == 'Linux'
Expand Down

0 comments on commit a2a1abd

Please sign in to comment.