Skip to content

Commit

Permalink
ci: use node@22 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmlnc committed Apr 27, 2024
1 parent a1a07fa commit 1e520c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup environment
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install dependencies
run: npm install
- name: Prepare bundle
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup environment
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
- name: Install dependencies
run: npm install
- name: Prepare bundle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [16.14.0, 16, 18, 20]
node_version: [16.14.0, 16, 18, 20, 22]
os:
- ubuntu-latest
- macos-latest
Expand Down

0 comments on commit 1e520c1

Please sign in to comment.