Skip to content

Commit 60f6051

Browse files
committed
fix: drop Node 18 from CI matrix (vitest 4.x requires Node >= 20)
1 parent 8f76c2d commit 60f6051

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [18, 20, 22]
18+
node-version: [20, 22]
1919
steps:
2020
- uses: actions/checkout@v4
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
},
1313
"engines": {
14-
"node": ">=18"
14+
"node": ">=20"
1515
},
1616
"scripts": {
1717
"build": "tsc",

0 commit comments

Comments
 (0)