Skip to content

Commit

Permalink
Bump perf test and regenerate fixture node versions to 20 (#4493)
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther authored Dec 19, 2023
1 parent dcb34cb commit 2d27708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-regenerate-fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'yarn'

- name: Cache Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perf_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'yarn'

- name: Install packages
Expand Down

0 comments on commit 2d27708

Please sign in to comment.