Skip to content

Commit

Permalink
Fixed Node version for version 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sMeilbeck committed Nov 15, 2024
1 parent 5cad831 commit 338e504
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "seed-test-backend",
"version": "1.7.3",
"engines": {
"node": "^18.19.1 || ^20.11.1 || ^22.0.0"
"node": "20.12.1"
},
"scripts": {
"start": "tsc && node src/server.js",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "seed-test-frontend",
"version": "1.7.3",
"engines": {
"node": "^18.19.1 || ^20.11.1 || ^22.0.0"
"node": "20.12.1"
},
"scripts": {
"ng": "ng",
Expand Down

0 comments on commit 338e504

Please sign in to comment.