Skip to content

Commit

Permalink
Upgrade to Node.js v22
Browse files Browse the repository at this point in the history
Upgrade to using Node.js v22.
  • Loading branch information
martincostello committed Feb 8, 2025
1 parent 90f6bb3 commit 67bc03b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: '20'
node-version: '22'

- name: Run benchmarks
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: '20'
node-version: '22'

- name: Get npm cache directory
id: npm-cache-dir
Expand Down

0 comments on commit 67bc03b

Please sign in to comment.