diff --git a/.github/actions/build-npm/action.yml b/.github/actions/build-npm/action.yml index 7345485b8a..32123d7836 100644 --- a/.github/actions/build-npm/action.yml +++ b/.github/actions/build-npm/action.yml @@ -12,7 +12,7 @@ runs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Install NPM Dependencies shell: bash run: | diff --git a/.github/workflows/pr_push_checks_node.yaml b/.github/workflows/pr_push_checks_node.yaml index 8874ca6a9e..435c544f84 100644 --- a/.github/workflows/pr_push_checks_node.yaml +++ b/.github/workflows/pr_push_checks_node.yaml @@ -31,7 +31,7 @@ jobs: uses: actions/setup-node@v3 if: steps.changed-files.outputs.any_changed == 'true' with: - node-version: 16 + node-version: 20 - name: Setup NPM if: steps.changed-files.outputs.any_changed == 'true' working-directory: dashboard diff --git a/dashboard/package.json b/dashboard/package.json index 7d9e27e077..4bbf54808a 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -91,8 +91,8 @@ "zod": "^3.20.2" }, "engines": { - "node": ">=16 <17", - "npm": "9.7.2" + "node": ">=20 <21", + "npm": "10.5.2" }, "scripts": { "test": "jest",