diff --git a/.github/workflows/superset-websocket.yml b/.github/workflows/superset-websocket.yml index c4e8171dd9a..9d485c61cf0 100644 --- a/.github/workflows/superset-websocket.yml +++ b/.github/workflows/superset-websocket.yml @@ -24,6 +24,10 @@ jobs: uses: actions/checkout@v6 with: persist-credentials: false + - name: Setup Node.js + uses: actions/setup-node@v6 + with: + node-version-file: './superset-websocket/.nvmrc' - name: Install dependencies working-directory: ./superset-websocket run: npm ci