diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c1e8f5c1de..a5f4041175 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: - node-version: 20.18.2 + node-version: 20.19.4 registry-url: https://registry.npmjs.org - name: Install dependencies