Skip to content

Commit 12bd5da

Browse files
authoredOct 14, 2022
Mandate node version for toolpad-app (mui#1141)
1 parent 0a75766 commit 12bd5da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
command = "yarn docs:build && yarn docs:export"
99

1010
[build.environment]
11-
NODE_VERSION = "14"
11+
NODE_VERSION = "16"
1212
# Not using `playwright` when building docs.
1313
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD = "1"
1414

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
"@types/react-dom": "18.0.6"
9292
},
9393
"engines": {
94-
"npm": "please-use-yarn"
94+
"npm": "please-use-yarn",
95+
"node": ">=16.17"
9596
}
9697
}

0 commit comments

Comments
 (0)
Please sign in to comment.