File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/setup-node@v3
1414 with :
1515 node-version : 20
16- - uses : pnpm/action-setup@v2
17- with :
18- version : 8.8.0
16+ - uses : pnpm/action-setup@v4
1917 - name : Install Packages
2018 run : |
2119 pnpm i
Original file line number Diff line number Diff line change 1313 - uses : actions/setup-node@v3
1414 with :
1515 node-version : 20
16- - uses : pnpm/action-setup@v2
17- with :
18- version : 8.8.0
16+ - uses : pnpm/action-setup@v4
1917 - name : Prepare Packages
2018 run : |
2119 pnpm i
Original file line number Diff line number Diff line change 55 "scripts" : {
66 "dev" : " turbo run dev --parallel --no-cache --filter=./packages/*" ,
77 "test" : " CI=1 turbo test --filter=./packages/*" ,
8- "build" : " turbo build --filter=./packages/*" ,
8+ "build" : " turbo build --filter=./packages/*" ,
99 "build:docs" : " turbo build --filter=./docs" ,
1010 "prepare" : " husky install" ,
1111 "docker:build" : " docker build -t temp-build . && docker rmi --force temp-build"
1919 "typescript" : " ~5.6.2" ,
2020 "vitest" : " ^0.33.0"
2121 },
22- "packageManager" : " pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276 "
22+ "packageManager" : " pnpm@10.6.2 "
2323}
You can’t perform that action at this time.
0 commit comments