Skip to content

Commit b8cb427

Browse files
committed
Remove node 18 from CI testing matrix
Add newer node versions
1 parent 532ab5b commit b8cb427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [macos-latest, ubuntu-latest, windows-latest]
12-
node: [18, 20, 21]
12+
node: [19, 22, 24]
1313

1414
name: Node ${{ matrix.node }} on ${{ matrix.os }}
1515
steps:

0 commit comments

Comments
 (0)