diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bef6fb..ab484d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Check Next.js Build +name: Check Next.js Build on: push: @@ -17,15 +17,14 @@ jobs: uses: actions/setup-node@v4 with: node-version: 24 - cache: 'pnpm' - name: Install pnpm uses: pnpm/action-setup@v3 with: - version: 8 + version: 10 - name: Install dependencies run: pnpm install --frozen-lockfile - name: Build Next.js app - run: pnpm run build \ No newline at end of file + run: pnpm run build