diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index cfeec07..781bd80 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: "20.x" + node-version: "22.x" cache: "pnpm" cache-dependency-path: "pnpm-lock.yaml" - name: Install Dependencies