File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments