Skip to content

Commit

Permalink
Minimum node version 18
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahJohnson5 committed Nov 6, 2024
1 parent 883744b commit c331f10
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18, 20, 22]
node-version: [18, 20, 22]

steps:
- uses: actions/checkout@v4
Expand Down
21 changes: 15 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"svelte": ">=4.2.1 <6"
},
"devDependencies": {
"@types/node": "^16.18.37",
"@types/node": "^18.15.3",
"esbuild": "^0.24.0",
"prettier": "^3.3.0",
"rewrite-imports": "^3.0.0",
Expand All @@ -51,7 +51,7 @@
"uvu": "^0.5.6"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.19"
Expand Down

0 comments on commit c331f10

Please sign in to comment.