Skip to content

Commit bd9bfdf

Browse files
authored
chore: bump node version to 24 (lts) (#426)
1 parent 07ecb01 commit bd9bfdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/setup-node@v6
3434
with:
3535
check-latest: true
36-
node-version: 20
36+
node-version: 24
3737

3838
- name: Install dependencies
3939
run: npm i --ignore-scripts

.github/workflows/metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/setup-node@v6
3131
with:
3232
check-latest: true
33-
node-version: 20
33+
node-version: 24
3434

3535
- name: Install dependencies
3636
run: npm i --ignore-scripts

0 commit comments

Comments
 (0)