We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5528e commit 9ceaf31Copy full SHA for 9ceaf31
.nvmrc
@@ -1 +1 @@
1
-12.22.0
+18.20.6
package.json
@@ -59,7 +59,7 @@
59
"unist-util-visit": "^1.1.3"
60
},
61
"engines": {
62
- "node": "12.x.x || 14.x.x || 15.x.x || 16.x.x",
+ "node": "12.x.x || 14.x.x || 15.x.x || 16.x.x || 18.x.x",
63
"yarn": "^1.3.2"
64
65
"homepage": "https://reactjs.org/",
@@ -71,7 +71,7 @@
71
"url": "git+https://github.com/reactjs/reactjs.org.git"
72
73
"scripts": {
74
- "build": "gatsby clean && gatsby build",
+ "build": "export NODE_OPTIONS=--openssl-legacy-provider && gatsby clean && gatsby build",
75
"check-all": "npm-run-all prettier generate-ids --parallel lint flow",
76
"ci-check": "npm-run-all prettier:diff --parallel lint flow",
77
"dev": "gatsby develop -H 0.0.0.0",
0 commit comments