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

@@ -31,8 +31,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16"
registry-url: "https://registry.npmjs.org"
node-version: "18"
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run ci:release
env: