diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 525a2ff..aabf39c 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -55,11 +55,11 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 7.26.3 + version: 9.6.0 - name: Setup Node uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "22" cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Setup Pages uses: actions/configure-pages@v3