Skip to content

Commit ec10d87

Browse files
authored
ci: remove Node.js 18, add 24 to Node.js CI workflow (#1604)
1 parent 0692639 commit ec10d87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
node-version: [18, 20, 22]
14+
node-version:
15+
- 20
16+
- 22
17+
- 24
1518
os: [ubuntu-latest, macOS-latest, windows-latest]
1619
runs-on: ${{ matrix.os }}
1720
steps:

0 commit comments

Comments
 (0)