Skip to content

Commit 8bc89a4

Browse files
committed
Update Node versions in CI
1 parent ee30bc8 commit 8bc89a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Test
3131
strategy:
3232
matrix:
33-
node: [18, 20, 21, 'lts/*']
33+
node: [18, 20, 22, 24, 'lts/*']
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout

0 commit comments

Comments
 (0)