Skip to content

Commit 63f7e1c

Browse files
chore(deps): update pnpm to v10
1 parent d862dbc commit 63f7e1c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v2
2424
with:
25-
version: 9
25+
version: 10.18.2
2626
- name: Disable husky install
2727
run: npm pkg delete scripts.prepare
2828
- name: Cypress install
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install pnpm
5757
uses: pnpm/action-setup@v2
5858
with:
59-
version: 9
59+
version: 10.18.2
6060
- name: Disable husky install
6161
run: npm pkg delete scripts.prepare
6262
- name: Clean tsconfig

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Install pnpm
1111
uses: pnpm/action-setup@v2
1212
with:
13-
version: 9
13+
version: 10.18.2
1414
- name: Set node version to 20
1515
uses: actions/setup-node@v4
1616
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"workspaces": [
55
"apps/*"
66
],
7-
"packageManager": "pnpm@9.4.0",
7+
"packageManager": "pnpm@10.18.2",
88
"scripts": {
99
"dev": "concurrently \"pnpm -F frontend dev\" \"pnpm -F backend start:dev\"",
1010
"build": "lerna run build",

0 commit comments

Comments
 (0)