mirror of
https://github.com/apache/superset.git
synced 2026-07-19 21:25:38 +00:00
chore(ci): setup Node version based on superset-websocket's .nvmrc
Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
4
.github/workflows/superset-websocket.yml
vendored
4
.github/workflows/superset-websocket.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user