chore(ci): setup Node version based on superset-websocket's .nvmrc

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
hainenber
2026-02-28 17:01:41 +07:00
parent a4ea16416e
commit 8f647e7cc9

View File

@@ -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