Skip to content

Commit 1c71418

Browse files
chore(internal): upgrade pnpm
1 parent cac5859 commit 1c71418

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up pnpm
3030
uses: pnpm/action-setup@v4
3131
with:
32-
version: '10.24.0'
32+
version: '10.27.0'
3333

3434
- name: Bootstrap
3535
run: ./scripts/bootstrap
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up pnpm
5757
uses: pnpm/action-setup@v4
5858
with:
59-
version: '10.24.0'
59+
version: '10.27.0'
6060

6161
- name: Bootstrap
6262
run: ./scripts/bootstrap
@@ -94,7 +94,7 @@ jobs:
9494
- name: Set up pnpm
9595
uses: pnpm/action-setup@v4
9696
with:
97-
version: '10.24.0'
97+
version: '10.27.0'
9898

9999
- name: Bootstrap
100100
run: ./scripts/bootstrap

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "commonjs",
99
"repository": "github:onkernel/hypeman-ts",
1010
"license": "Apache-2.0",
11-
"packageManager": "pnpm@10.24.0",
11+
"packageManager": "pnpm@10.27.0",
1212
"files": [
1313
"**/*"
1414
],

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)