We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a75766 commit 12bd5daCopy full SHA for 12bd5da
netlify.toml
@@ -8,7 +8,7 @@
8
command = "yarn docs:build && yarn docs:export"
9
10
[build.environment]
11
- NODE_VERSION = "14"
+ NODE_VERSION = "16"
12
# Not using `playwright` when building docs.
13
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"
14
package.json
@@ -91,6 +91,7 @@
91
"@types/react-dom": "18.0.6"
92
},
93
"engines": {
94
- "npm": "please-use-yarn"
+ "npm": "please-use-yarn",
95
+ "node": ">=16.17"
96
}
97
0 commit comments