Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 36f3191

Browse files
authored
Update package.json to remove engines and modify build
Removed Node.js engine specification and updated build script.
1 parent e0f728d commit 36f3191

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"private": true,
3-
"engines": {
4-
"node": "14.x"
5-
},
63
"dependencies": {
74
"@emotion/core": "^10.0.22",
85
"@emotion/styled": "^10.0.23",
@@ -17,7 +14,7 @@
1714
},
1815
"scripts": {
1916
"dev": "next",
20-
"build": "next build && next export",
17+
"build": "export NODE_OPTIONS=--openssl-legacy-provider; next build && next export",
2118
"start": "next start",
2219
"tsc": "tsc",
2320
"ts-node": "ts-node",

0 commit comments

Comments
 (0)