diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 7704ca11..ee3b4c93 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -53,7 +53,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "latest" + node-version: "21.2.0" cache: ${{ steps.detect-package-manager.outputs.manager }} cache-dependency-path: "./Website/package-lock.json" - name: Setup Pages @@ -88,4 +88,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4