File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 with :
4646 node-version : ${{ env.NODE_VERSION }}
4747 cache : ' pnpm'
48+ - name : Setup pnpm
49+ uses : pnpm/action-setup@v4
50+ with :
51+ version : 10.14.0
4852 - name : Enable corepack
4953 run : corepack enable
5054 - name : Install deps
7882 with :
7983 node-version : ${{ matrix.node }}
8084 cache : ' pnpm'
85+ - name : Setup pnpm
86+ uses : pnpm/action-setup@v4
87+ with :
88+ version : 10.14.0
8189 - name : Enable corepack
8290 run : corepack enable
8391 - name : Install deps
@@ -122,6 +130,10 @@ jobs:
122130 with :
123131 node-version : ${{ env.NODE_VERSION }}
124132 cache : ' pnpm'
133+ - name : Setup pnpm
134+ uses : pnpm/action-setup@v4
135+ with :
136+ version : 10.14.0
125137 - name : Enable corepack
126138 run : corepack enable
127139 - name : Install deps (production only for audit)
@@ -153,6 +165,10 @@ jobs:
153165 with :
154166 node-version : ${{ env.NODE_VERSION }}
155167 cache : ' pnpm'
168+ - name : Setup pnpm
169+ uses : pnpm/action-setup@v4
170+ with :
171+ version : 10.14.0
156172 - name : Enable corepack
157173 run : corepack enable
158174 - name : Install deps
You can’t perform that action at this time.
0 commit comments