Skip to content

Commit 9eef3b5

Browse files
committed
Use node 16
1 parent 4d4dd37 commit 9eef3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"scripts": {
2222
"start": "craco --openssl-legacy-provider start",
23-
"build": "craco --openssl-legacy-provider build",
23+
"build": "craco build",
2424
"format": "prettier --write \"**/*.{js,jsx,md,json,html,css,yml}\" --ignore-path .gitignore",
2525
"test-prettier": "prettier --check \"**/*.{js,jsx,md,json,html,css,yml}\" --ignore-path .gitignore",
2626
"test-cra": "react-scripts test",

0 commit comments

Comments
 (0)