chore(node): bumping Superset to Node 18 (#27198)

This commit is contained in:
Evan Rusackas
2024-04-02 16:48:08 -06:00
committed by GitHub
parent 29a5b72d5f
commit 5603453c18
16 changed files with 22 additions and 22 deletions

View File

@@ -126,7 +126,7 @@ services:
disable: true
superset-node:
image: node:16
image: node:18
environment:
# set this to false if you have perf issues running the npm i; npm run dev in-docker
# if you do so, you have to run this manually on the host, which should perform better!