Skip to content

Commit

Permalink
Revert "chore: Update node.js.yml to use npm instead of pnpm for runn…
Browse files Browse the repository at this point in the history
…ing tests"

This reverts commit 40fa91f.
  • Loading branch information
drazisil committed Jun 8, 2024
1 parent 40fa91f commit 68cfd5c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
- run: npm test
- name: Setup pnpm
# You may pin to the exact commit or the version.
# uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2
uses: pnpm/[email protected]
with:
# If specified, run `pnpm install`
run_install: true
- run: pnpm test
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 68cfd5c

Please sign in to comment.