Skip to content

Commit

Permalink
feat: fix pnpm version to 9.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atourneriePresta committed Aug 1, 2024
1 parent 7a9cd2a commit ddae03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9.x.x
version: 9.4.0

- name: Setup node env ${{ matrix.node-version }} 🏗
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9.x.x
version: 9.4.0

- name: Setup node env 🏗
uses: actions/setup-node@v3
Expand Down

0 comments on commit ddae03a

Please sign in to comment.