Update Node.js to latest v14.17.6 LTS (#22401)

This commit is contained in:
Damian Cyntler 2021-09-24 01:30:12 +02:00 committed by GitHub
parent 3a50d95573
commit 1c58cfab95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"packages": ["packages/react", "packages/react-dom", "packages/scheduler"], "packages": ["packages/react", "packages/react-dom", "packages/scheduler"],
"buildCommand": "download-build-in-codesandbox-ci", "buildCommand": "download-build-in-codesandbox-ci",
"node": "12", "node": "14",
"publishDirectory": { "publishDirectory": {
"react": "build/oss-experimental/react", "react": "build/oss-experimental/react",
"react-dom": "build/oss-experimental/react-dom", "react-dom": "build/oss-experimental/react-dom",

2
.nvmrc
View File

@ -1 +1 @@
v12.17.0 v14.17.6