diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b947898a4702f..e2cda42841362 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: version: latest - uses: actions/setup-node@v4 with: - node-version: 18.14 + node-version: 22 cache: "pnpm" - name: Fetch submodules continue-on-error: true