Skip to content

Commit 1a3393f

Browse files
authored
ci: dropped node 18 from CI (#2469)
1 parent ecb99bc commit 1a3393f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ubuntu-latest, macos-latest, windows-latest]
33-
node-version: [18.x, 20.x, 22.x, 24.x]
33+
node-version: [20.x, 22.x, 24.x]
3434

3535
env:
3636
ENABLE_COVERAGE: true

0 commit comments

Comments
 (0)