diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 76c9f7b..89f2859 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -50,9 +50,9 @@ jobs: fi - name: Setup Node uses: actions/setup-node@v4 - with: - node-version: "20" - cache: ${{ steps.detect-package-manager.outputs.manager }} + # with: + # node-version: "20" + # cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Setup Pages uses: actions/configure-pages@v5 with: