mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
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:
committed by
GitHub
parent
786c12d52d
commit
19a60435b0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user