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

@@ -36,10 +36,10 @@ jobs:
with:
persist-credentials: false
submodules: recursive
- name: Set up Node.js 16
- name: Set up Node.js 18
uses: actions/setup-node@v4
with:
node-version: "16"
node-version: '18'
- name: yarn install
run: |
yarn install --check-cache