Skip to content

Commit

Permalink
Upgrade pnpm action
Browse files Browse the repository at this point in the history
  • Loading branch information
manugoyal committed Jan 16, 2025
1 parent 23090a3 commit dc1c479
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run test
- run: pnpm run build

0 comments on commit dc1c479

Please sign in to comment.