Skip to content

Commit c236992

Browse files
authored
chore(pnpm): fix pnpm version to 8 (#963)
1 parent 9d0f72a commit c236992

File tree

3 files changed

+3800
-4896
lines changed

3 files changed

+3800
-4896
lines changed

.github/workflows/integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: pnpm/[email protected]
1515
name: Install pnpm
1616
with:
17-
version: 7
17+
version: 8
1818
- uses: actions/setup-node@main
1919
with:
2020
cache: pnpm
@@ -29,7 +29,7 @@ jobs:
2929
- uses: pnpm/[email protected]
3030
name: Install pnpm
3131
with:
32-
version: 7
32+
version: 8
3333
- uses: actions/setup-node@main
3434
with:
3535
cache: pnpm
@@ -64,7 +64,7 @@ jobs:
6464
- uses: pnpm/[email protected]
6565
name: Install pnpm
6666
with:
67-
version: 7
67+
version: 8
6868
- uses: actions/setup-node@main
6969
with:
7070
cache: pnpm
@@ -88,7 +88,7 @@ jobs:
8888
- uses: pnpm/[email protected]
8989
name: Install pnpm
9090
with:
91-
version: 7
91+
version: 8
9292
- uses: actions/setup-node@main
9393
with:
9494
cache: pnpm

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,6 @@
7979
"tailwindcss": "3.4.3",
8080
"typescript": "5.4.5",
8181
"yargs": "17.7.2"
82-
}
82+
},
83+
"packageManager": "[email protected]+sha1.98fe2755061026799bfa30e7dc8d6d48e9c3edf0"
8384
}

0 commit comments

Comments
 (0)