Skip to content

Commit

Permalink
Merge pull request #348 from furality/spr/main/a824bb56
Browse files Browse the repository at this point in the history
ci(release): use node 22
  • Loading branch information
ttshivers authored Apr 26, 2024
2 parents 31ab9fb + 90c656e commit 212ceb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: '21.x'
node-version: '22.x'
cache: 'npm'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: '21.x'
node-version: '22.x'
cache: 'npm'

- name: Install NPM dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: '21.x'
node-version: '22.x'
cache: 'npm'

- name: Install NPM dependencies
Expand Down

0 comments on commit 212ceb5

Please sign in to comment.