diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76f61ac4..b2b7cf80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,6 +62,9 @@ jobs: uses: actions/setup-node@v3 with: node-version: 20 # Use the version required by your project + + - name: Install pnpm + run: npm install -g pnpm - name: Cache pnpm modules uses: actions/cache@v3