Skip to content

Commit 287c892

Browse files
authoredMay 13, 2024··
chore: Update pnpm to v9 (#57)
1 parent 576530d commit 287c892

File tree

4 files changed

+7198
-5867
lines changed

4 files changed

+7198
-5867
lines changed
 

‎.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: '0'
2929
- name: Setup pnpm
30-
uses: pnpm/action-setup@v2
31-
with:
32-
version: 8
30+
uses: pnpm/action-setup@v4
3331
- name: Setup Node
3432
uses: actions/setup-node@v4
3533
with:

‎.github/workflows/pr.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Setup pnpm
27-
uses: pnpm/action-setup@v2
28-
with:
29-
version: 8
27+
uses: pnpm/action-setup@v4
3028
- name: Setup Node
3129
uses: actions/setup-node@v4
3230
with:

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "store",
33
"private": true,
44
"repository": "https://github.com/tanstack/store.git",
5-
"packageManager": "pnpm@8.12.1",
5+
"packageManager": "pnpm@9.1.1",
66
"type": "module",
77
"scripts": {
88
"clean": "pnpm --filter \"./packages/**\" run clean",

‎pnpm-lock.yaml

+7,195-5,860
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.