build(node): Bumping to Node 20 (#29988)

This commit is contained in:
Evan Rusackas
2024-08-21 16:48:21 -06:00
committed by GitHub
parent 1ca5947a7d
commit 8e2f81816f
18 changed files with 20 additions and 20 deletions

View File

@@ -147,7 +147,7 @@ services:
disable: true
superset-node:
image: node:18
image: node:20
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!