Skip to content

Commit

Permalink
chore: pin to node@14
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jun 16, 2022
1 parent 59a1e0e commit 619a61e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"typescript": "^4.4.4"
},
"engines": {
"node": ">= 14.0"
"node": "14.x"
},
"nodemonConfig": {
"exec": "node ./bin/wuffle",
Expand Down
3 changes: 3 additions & 0 deletions packages/board/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"svelte": "^3.35.0",
"svelte-preprocess": "^4.6.9"
},
"engines": {
"node": "14.x"
},
"scripts": {
"test": "echo \"no tests\"",
"lint": "eslint --ext js,svelte .",
Expand Down

0 comments on commit 619a61e

Please sign in to comment.