Skip to content

Commit

Permalink
chore: update pnpm version to 10.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-palmer committed Feb 21, 2025
1 parent 488bae6 commit 05bce04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 20.x
- name: Setup pnpm
run: sudo npm i -g pnpm@9.5.10
run: sudo npm i -g pnpm@10.4.1
- name: Install Dependencies
run: pnpm install
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 20.x
- name: Setup pnpm
run: sudo npm i -g pnpm@9.5.10
run: sudo npm i -g pnpm@10.4.1
- name: Install Dependencies
run: pnpm install
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 20.x

- name: Setup pnpm
run: sudo npm i -g pnpm@9.5.10
run: sudo npm i -g pnpm@10.4.1

- name: Install Dependencies
run: pnpm install
Expand Down

0 comments on commit 05bce04

Please sign in to comment.