Skip to content

Commit

Permalink
Fix pnpm issue in node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusabelli authored Oct 19, 2023
1 parent 4d53640 commit 59ecce8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
- run: pnpm install
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm test

0 comments on commit 59ecce8

Please sign in to comment.