Skip to content

Commit

Permalink
feat: upgrade pnpm to v9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
KVNLS authored and valpinkman committed Sep 26, 2024
1 parent d9b5d61 commit fc6861f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .prototools
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
node = "20.11.0"
npm = "10.3.0"
pnpm = "9.4.0"
pnpm = "9.11.0"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,5 +220,5 @@
}
}
},
"packageManager": "pnpm@9.4.0"
"packageManager": "pnpm@9.11.0"
}
2 changes: 1 addition & 1 deletion tools/actions/composites/bot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
steps:
- uses: pnpm/action-setup@v2
with:
version: 9.4.0
version: 9.11.0
- uses: actions/setup-node@v4
with:
node-version: 20.11.0
Expand Down
2 changes: 1 addition & 1 deletion tools/actions/composites/setup-toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:

- uses: pnpm/action-setup@v4
with:
version: 9.4.0
version: 9.11.0
- name: Get pnpm store directory
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion tools/actions/turbo-affected/build/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19102,7 +19102,7 @@ var package_default = {
}
}
},
packageManager: "pnpm@9.4.0"
packageManager: "pnpm@9.11.0"
};

// src/main.ts
Expand Down

0 comments on commit fc6861f

Please sign in to comment.