Skip to content

Commit

Permalink
fix: Use 18 as engine
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio committed Dec 20, 2023
1 parent ab27270 commit 1b35fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"start": "react-app-rewired --openssl-legacy-provider start",
"prebuild": "node scripts/prebuild.js",
"build": "CI=false react-scripts --openssl-legacy-provider build",
"test": "react-app-rewired --openssl-legacy-provider test",
"test": "react-app-rewired test",
"test:coverage": "npm run test -- --coverage",
"eject": "react-app-rewired eject",
"lint": "tslint -p tsconfig.json",
Expand All @@ -105,7 +105,7 @@
"semi": false
},
"engines": {
"node": "16.13.0"
"node": "18"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 1b35fd2

Please sign in to comment.