Skip to content

Commit

Permalink
chore: set default node version running in CI to node 20
Browse files Browse the repository at this point in the history
The latest fastify drop support for node 18
  • Loading branch information
na-ji committed Nov 28, 2024
1 parent 1d3ff82 commit f41d7ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"clear-cache": "nx clear-cache"
},
"volta": {
"node": "18.18.2"
"node": "20.18.1"
},
"engines": {
"node": ">=20.8"
},
"prettier": {
"singleQuote": true,
Expand Down

0 comments on commit f41d7ea

Please sign in to comment.