diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 093a954..ee3e2c7 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,7 +25,12 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - cache: 'npm' + package-manager-cache: false + - name: Setup pnpm + uses: pnpm/action-setup@v6 + with: + cache: true + run_install: true - run: npm ci - run: npm run build --if-present - run: npm test