diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 4e47f53..a4434c5 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -31,6 +31,11 @@ jobs: NEXT_PUBLIC_BOUNTY_BOARD_CONTRACT_ADDRESS: "0x60A26e7AF7eFa08260FB26Fb0B3FF30D732938aa" 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 - name: Checkout uses: actions/checkout@v4 - name: Detect package manager