Skip to content

Commit cb9cd36

Browse files
committed
Use node 18 as min
1 parent ac27522 commit cb9cd36

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
node-version:
14-
- "16"
1514
- "18"
1615
- "20"
1716
- "*"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"vitest": "^2.1.2"
3535
},
3636
"engines": {
37-
"node": ">=16"
37+
"node": ">=18"
3838
},
3939
"ts-scripts": {
4040
"project": "tsconfig.build.json"

0 commit comments

Comments
 (0)