Skip to content

Commit 8996d7a

Browse files
committed
Bump pnpm
1 parent 6d6e0c3 commit 8996d7a

7 files changed

Lines changed: 12611 additions & 9969 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install pnpm
1919
uses: pnpm/action-setup@v2
2020
with:
21-
version: 8.6.5
21+
version: 10.2
2222

2323
- name: Use Node ${{ matrix.node-version }}
2424
uses: actions/setup-node@v3
@@ -36,4 +36,4 @@ jobs:
3636
uses: peaceiris/actions-gh-pages@v3
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}
39-
publish_dir: ./apps/playground/dist
39+
publish_dir: ./apps/playground/dist

.github/workflows/e2e-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install pnpm
1515
uses: pnpm/action-setup@v2
1616
with:
17-
version: 8.6.5
17+
version: 10.2
1818

1919
- name: Use Node ${{ matrix.node-version }}
2020
uses: actions/setup-node@v3

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ jobs:
66
strategy:
77
matrix:
88
node-version: [18.16]
9-
109
steps:
1110
- name: Checkout
1211
uses: actions/checkout@v3
1312

1413
- name: Install pnpm
1514
uses: pnpm/action-setup@v2
1615
with:
17-
version: 8.6.5
16+
version: 10.2
1817

1918
- name: Use Node ${{ matrix.node-version }}
2019
uses: actions/setup-node@v3

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install pnpm
1515
uses: pnpm/action-setup@v2
1616
with:
17-
version: 8.6.5
17+
version: 10.2
1818

1919
- name: Use Node ${{ matrix.node-version }}
2020
uses: actions/setup-node@v3

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v2
2424
with:
25-
version: 8.6.5
25+
version: 10.2
2626

2727
- name: Use Node ${{ matrix.node-version }}
2828
uses: actions/setup-node@v3
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131
cache: 'pnpm'
32-
32+
3333
- name: Install dependencies
3434
run: pnpm install --frozen-lockfile
3535

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
22
"private": true,
3-
"packageManager": "pnpm@8.6.5",
3+
"packageManager": "pnpm@10.2.0",
44
"engines": {
5-
"pnpm": "^8.0.0"
6-
},
5+
"node": "^18.16.0",
6+
"pnpm": "^10.2.0"
7+
},
78
"scripts": {
89
"dev": "turbo run dev --parallel --filter=playground --filter=react-use-intercom",
910
"dev:examples": "turbo run dev --parallel --filter=*-example --filter=react-use-intercom",

0 commit comments

Comments
 (0)