From 11cc3ef667db19d0369a778ac1deddc62f93a95b Mon Sep 17 00:00:00 2001 From: Shakhzod Kudratov Date: Fri, 23 Aug 2024 18:01:29 +0500 Subject: [PATCH] chore: fix cicd --- .github/workflows/nextjs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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