Skip to content

Commit

Permalink
Enforce minimum Nodejs v18
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav-yadav committed Jun 29, 2023
1 parent e42db22 commit b52bd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"watch": "cross-env TZ=Pacific/Pohnpei node --expose-gc --stack-trace-limit=40 ./node_modules/.bin/jest --watch"
},
"engines": {
"node": ">=16",
"node": ">=18",
"npm": "use yarn instead",
"yarn": "^1.16"
},
Expand Down

0 comments on commit b52bd18

Please sign in to comment.