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

@@ -32,7 +32,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version-file: './superset-frontend/.nvmrc'
- name: Install Dependencies
run: npm install