Skip to content

Commit

Permalink
Use node 18 as min
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeembrey committed Oct 4, 2024
1 parent ac27522 commit cb9cd36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
node-version:
- "16"
- "18"
- "20"
- "*"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vitest": "^2.1.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"ts-scripts": {
"project": "tsconfig.build.json"
Expand Down

0 comments on commit cb9cd36

Please sign in to comment.