Skip to content

Commit

Permalink
fix(*): update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Feb 12, 2024
1 parent 2484859 commit f3bf16f
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",
"private": true,
"type": "module",
"engines": {
"node": "20.x"
},
"dependencies": {
"@sentry/react": "^6.19.7",
"@sentry/tracing": "^6.13.3",
Expand Down Expand Up @@ -68,7 +71,7 @@
"build:dev": "env-cmd -e dev react-scripts build",
"build:qa": "env-cmd -e staging react-scripts build",
"build:prod": "env-cmd -e production react-scripts build",
"build": "react-scripts build",
"build": "react-scripts --openssl-legacy-provider build",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"test": "jest",
Expand Down

0 comments on commit f3bf16f

Please sign in to comment.