Skip to content

Commit

Permalink
fix: pnpm github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Nov 6, 2024
1 parent 945ba94 commit b832811
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 @@ -19,9 +19,9 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 7.14.0
version: 9

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit b832811

Please sign in to comment.