diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index a4434c5..7cf0c49 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -32,10 +32,7 @@ jobs: NEXT_PUBLIC_GRAPHQL_ENDPOINT: "https://api.studio.thegraph.com/query/82957/bounty-board/version/latest" steps: - name: Install pnpm - uses: pnpm/action-setup@v2.2.4 # Use the official pnpm setup action - with: - version: latest - run_install: true + uses: pnpm/action-setup@v4 # Use the official pnpm setup action - name: Checkout uses: actions/checkout@v4 - name: Detect package manager