File tree Expand file tree Collapse file tree 5 files changed +9694
-8247
lines changed Expand file tree Collapse file tree 5 files changed +9694
-8247
lines changed Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v2
2525
2626 - name : Install pnpm
27- uses : pnpm/action-setup@v2
27+ uses : pnpm/action-setup@v4
2828 with :
29- version : 8
29+ version : 9.12.2
3030
3131 - name : Setup Node.js
3232 uses : actions/setup-node@v3
6464 fetch-depth : 0
6565
6666 - name : Install pnpm
67- uses : pnpm/action-setup@v2
67+ uses : pnpm/action-setup@v4
6868 with :
69- version : 8
69+ version : 9.12.2
7070
7171 - uses : actions/cache@v2
7272 name : Download storybook cache
@@ -110,9 +110,9 @@ jobs:
110110 - uses : actions/checkout@v2
111111
112112 - name : Install pnpm
113- uses : pnpm/action-setup@v2
113+ uses : pnpm/action-setup@v4
114114 with :
115- version : 8
115+ version : 9.12.2
116116
117117 - uses : actions/cache@v2
118118 name : Download storybook cache
Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v3
2929
3030 - name : Install pnpm
31- uses : pnpm/action-setup@v2
31+ uses : pnpm/action-setup@v4
3232 with :
33- version : 8
33+ version : 9.12.2
3434
3535 - uses : actions/setup-node@v3
3636 with :
8282 - uses : actions/checkout@v2
8383
8484 - name : Install pnpm
85- uses : pnpm/action-setup@v2
85+ uses : pnpm/action-setup@v4
8686 with :
87- version : 8
87+ version : 9.12.2
8888
8989 - uses : actions/cache@v2
9090 name : Download eslint cache
@@ -122,9 +122,9 @@ jobs:
122122 fetch-depth : 0
123123
124124 - name : Install pnpm
125- uses : pnpm/action-setup@v2
125+ uses : pnpm/action-setup@v4
126126 with :
127- version : 8
127+ version : 9.12.2
128128
129129 - uses : actions/cache@v2
130130 name : Download storybook cache
@@ -184,9 +184,9 @@ jobs:
184184 - uses : actions/checkout@v2
185185
186186 - name : Install pnpm
187- uses : pnpm/action-setup@v2
187+ uses : pnpm/action-setup@v4
188188 with :
189- version : 8
189+ version : 9.12.2
190190
191191 - uses : actions/cache@v2
192192 name : Download storybook cache
Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v3
2929
3030 - name : Install pnpm
31- uses : pnpm/action-setup@v2
31+ uses : pnpm/action-setup@v4
3232 with :
33- version : 8
33+ version : 9.12.2
3434
3535 - uses : actions/setup-node@v3
3636 with :
Original file line number Diff line number Diff line change 66 "main" : " dist/cjs/index.js" ,
77 "types" : " dist/types/index.d.ts" ,
88 "sideEffects" : false ,
9+ "packageManager" :
" [email protected] " ,
910 "exports" : {
1011 "." : {
1112 "import" : " ./dist/es/index.js" ,
185186 "license" : " MIT" ,
186187 "engines" : {
187188 "node" : " >=18.0.0" ,
188- "pnpm" : " ^8.6.10 "
189+ "pnpm" : " ^9.0.0 "
189190 }
190191}
You can’t perform that action at this time.
0 commit comments