diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 245b370..82833a1 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -22,6 +22,11 @@ jobs: steps: - uses: actions/checkout@v4 + + - uses: pnpm/action-setup@v3 + name: Install pnpm + with: + version: 8 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 @@ -29,10 +34,5 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'pnpm' - - uses: pnpm/action-setup@v3 - name: Install pnpm - with: - version: 8 - run_install: true - + - run: pnpm install - run: pnpm test