diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 49a4a52d..574a1a82 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -18,6 +18,9 @@ jobs: with: node-version: ${{ matrix.node-version }} cache: npm + - uses: pnpm/action-setup@v2 + with: + version: 7 - run: npm ci - run: npm test - run: npm run test:e2e