Skip to content

Commit fe35041

Browse files
authored
chore: updated pnpm (#468)
1 parent 5413adf commit fe35041

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-test-lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install pnpm
2626
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
2727
with:
28-
version: 11.9.0
28+
version: 11.10.0
2929
run_install: false
3030

3131
- name: Install dependencies
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install pnpm
5353
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
5454
with:
55-
version: 11.9.0
55+
version: 11.10.0
5656
run_install: false
5757

5858
- name: Install dependencies
@@ -76,7 +76,7 @@ jobs:
7676
- name: Install pnpm
7777
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
7878
with:
79-
version: 11.9.0
79+
version: 11.10.0
8080
run_install: false
8181

8282
- name: Install dependencies
@@ -112,7 +112,7 @@ jobs:
112112
- name: Install pnpm
113113
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
114114
with:
115-
version: 11.9.0
115+
version: 11.10.0
116116
run_install: false
117117

118118
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install pnpm
3535
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
3636
with:
37-
version: 11.9.0
37+
version: 11.10.0
3838

3939
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v 6.4.0
4040
with:

.github/workflows/test-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
2222
with:
23-
version: 11.9.0
23+
version: 11.10.0
2424

2525
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v 6.4.0
2626
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
"typescript": "^6.0.3",
4646
"vitest": "^4.1.9"
4747
},
48-
"packageManager": "pnpm@11.9.0"
48+
"packageManager": "pnpm@11.10.0"
4949
}

0 commit comments

Comments
 (0)