Skip to content

Commit 50b0939

Browse files
committed
Bump Node versions in CI
1 parent 82cce27 commit 50b0939

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest]
2424
node-version:
25-
- 16.x
2625
- 18.x
2726
- 20.x
2827
- 22.x
28+
- 24.x
2929
steps:
3030
- name: Use Node.js ${{ matrix.node-version }}
3131
uses: actions/setup-node@v3
@@ -68,9 +68,10 @@ jobs:
6868
matrix:
6969
os: [ubuntu-latest]
7070
node-version:
71-
- 16.x
7271
- 18.x
7372
- 20.x
73+
- 22.x
74+
- 24.x
7475
steps:
7576
- name: Use Node.js ${{ matrix.node-version }}
7677
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)