Skip to content

Commit

Permalink
chore: Update node.js.yml to use npm instead of pnpm for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil committed Jun 8, 2024
1 parent b4324d7 commit 40fa91f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
- 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
- run: npm test
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 40fa91f

Please sign in to comment.