Skip to content

Commit

Permalink
Fix node version
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Apr 29, 2023
1 parent e465eb3 commit 3aae4a4
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 @@ -3,6 +3,9 @@
"version": "1.0.0",
"description": "A modern remake of Lentokonepeli/Dogfight",
"main": "index.js",
"engines": {
"node": "14.x"
},
"scripts": {
"watch": "watch 'npm run build' ./client ./dogfight",
"test": "jest",
Expand Down Expand Up @@ -81,4 +84,4 @@
"watch": "",
"ts-jest": "^26.4.4"
}
}
}

0 comments on commit 3aae4a4

Please sign in to comment.