diff --git a/.github/workflows/shell-e2e.yml b/.github/workflows/shell-e2e.yml index e1dd5c361..6b93496e9 100644 --- a/.github/workflows/shell-e2e.yml +++ b/.github/workflows/shell-e2e.yml @@ -52,7 +52,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v5 with: - node-version: '20' + node-version: '22' cache: 'npm' cache-dependency-path: shell/tests/e2e/workers/harness/package-lock.json