chore(ci): consolidate Node version reference in CI to associated .nvmrc (#32192)

Signed-off-by: hainenber <dotronghai96@gmail.com>
This commit is contained in:
Đỗ Trọng Hải
2025-02-11 02:52:36 +07:00
committed by GitHub
parent 1c3ec21e0f
commit a78968c68e
11 changed files with 14 additions and 23 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version-file: './superset-embedded-sdk/.nvmrc'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm test