Skip to content

Commit 439b099

Browse files
committed
ci: drop node 18 from matrix, vitest 4 requires node >=20
1 parent dafd1d3 commit 439b099

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
node_version:
15-
- 18
1615
- 20
1716
- 22
1817

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
]
7474
},
7575
"engines": {
76-
"node": ">=18"
76+
"node": ">=20"
7777
}
7878
}

0 commit comments

Comments
 (0)