Skip to content

Commit

Permalink
chore: upgrade to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-jasso committed May 1, 2024
1 parent ba1c081 commit f11d0ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@
"typescript": "5.1.6"
},
"engines": {
"node": "^16.19.1",
"yarn": "^1.22.11"
"node": "18",
"yarn": "1"
},
"volta": {
"node": "16.19.1",
"yarn": "1.22.11"
"node": "18",
"yarn": "1"
},
"engineStrict": true,
"lint-staged": {
Expand Down

0 comments on commit f11d0ec

Please sign in to comment.