Skip to content

Commit

Permalink
Merge pull request #314 from embroider-build/upgrade-node18
Browse files Browse the repository at this point in the history
Require node 18+
  • Loading branch information
NullVoxPopuli authored Dec 9, 2024
2 parents f2b45cf + 58a9eb8 commit d0cde07
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,10 @@
"typescript": "^4.7.4"
},
"engines": {
"node": "16.* || >= 18"
"node": "18.* || >= 20"
},
"volta": {
"node": "16.20.1",
"yarn": "1.22.18",
"node": "18.20.5",
"pnpm": "8.7.6"
},
"publishConfig": {
Expand Down

0 comments on commit d0cde07

Please sign in to comment.