Skip to content

Commit

Permalink
fix: use pnpm action v4 and pnpm v9 on main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nparashar150 committed Aug 31, 2024
1 parent ae7a9ec commit 5d3d484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- uses: actions/setup-node@v3
with:
node-version: 16.x
Expand Down

0 comments on commit 5d3d484

Please sign in to comment.