Skip to content

Commit

Permalink
Use pnpm command to get around PATH issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oojacoboo committed Oct 8, 2023
1 parent 7afccad commit 87ad175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

- run: make install-vendors
- run: make test
- run: pnpm install
- run: pnpm test

0 comments on commit 87ad175

Please sign in to comment.