Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
chore: remove volta pins, bump node engine to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Mar 22, 2024
1 parent f852272 commit facf547
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://bholmes.dev/"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"keywords": [
"static-site-generator",
Expand Down Expand Up @@ -90,9 +90,5 @@
"roots": [
"<rootDir>/packages/"
]
},
"volta": {
"node": "14.18.1",
"npm": "7.24.2"
}
}
3 changes: 0 additions & 3 deletions packages/slinkity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,5 @@
"test:e2e": "cd e2e && playwright test",
"dev": "run-s \"build:src --watch\"",
"play": "cd playground && eleventy --serve --incremental"
},
"volta": {
"node": "14.18.1"
}
}

0 comments on commit facf547

Please sign in to comment.