Skip to content

Commit 7bac0a3

Browse files
chore: update node versions
1 parent 0394f1e commit 7bac0a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [18, 20]
18+
node-version: [20, 22, 24]
1919

2020
steps:
2121
- name: Checkout repository

.github/workflows/pr-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version: 9.6.0
3131
- uses: actions/setup-node@v4
3232
with:
33-
node-version: 18
33+
node-version: 20
3434
cache: 'pnpm'
3535

3636
- name: Install packages

0 commit comments

Comments
 (0)