chore: bump node.js to v14 (#13215)

* Bump node version to v15.8.0

* Update node version in Dockerfile and docker-compose.yml

* Set node version to LTS - v14.15.5

* Bump node version in .nvmrc
This commit is contained in:
Kamil Gabryjelski 2021-02-20 18:42:51 +01:00 committed by GitHub
parent 786c12d52d
commit 19a60435b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 5 deletions

View File

@ -45,7 +45,7 @@ RUN cd /app \
######################################################################
# Node stage to deal with static asset construction
######################################################################
FROM node:12 AS superset-node
FROM node:14 AS superset-node
ARG NPM_VER=7
RUN npm install -g npm@${NPM_VER}

View File

@ -73,7 +73,7 @@ services:
CYPRESS_CONFIG: "${CYPRESS_CONFIG}"
superset-node:
image: node:12
image: node:14
container_name: superset_node
command: ["/app/docker/docker-frontend.sh"]
env_file: docker/.env

View File

@ -1 +1 @@
v12.19.0
v14.15.5

View File

@ -251,7 +251,7 @@
"yargs": "^15.4.1"
},
"engines": {
"node": ">= 12.18.3 < 13",
"node": "^14.15.5",
"npm": "^7.5.4"
}
},
@ -21888,6 +21888,7 @@
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz",
"integrity": "sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw==",
"dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"

View File

@ -56,7 +56,7 @@
"last 3 edge versions"
],
"engines": {
"node": ">= 12.18.3 < 13",
"node": "^14.15.5",
"npm": "^7.5.4"
},
"homepage": "https://superset.apache.org/",