Skip to content

Commit b35ff94

Browse files
committed
ci: don't bother testing on node 18
1 parent 181be3a commit b35ff94

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
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
node-version: [18.x, 22.x, 24.x]
16+
node-version: [20.x, 22.x, 24.x]
1717
platform:
1818
- os: ubuntu-latest
1919
shell: bash

0 commit comments

Comments
 (0)