File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ concurrency:
1313 cancel-in-progress : true
1414
1515env :
16- PNPM_VERSION : " 10.11.0"
1716 VITE_API_URL : /api
1817 VITE_USE_MOCK : " true"
1918 CI : " true"
3130
3231 - name : Setup pnpm
3332 uses : pnpm/action-setup@v4
34- with :
35- version : ${{ env.PNPM_VERSION }}
36- run_install : false
3733
3834 - name : Setup Node.js
3935 uses : actions/setup-node@v4
7369
7470 - name : Setup pnpm
7571 uses : pnpm/action-setup@v4
76- with :
77- version : ${{ env.PNPM_VERSION }}
78- run_install : false
7972
8073 - name : Setup Node.js
8174 uses : actions/setup-node@v4
@@ -123,9 +116,6 @@ jobs:
123116
124117 - name : Setup pnpm
125118 uses : pnpm/action-setup@v4
126- with :
127- version : ${{ env.PNPM_VERSION }}
128- run_install : false
129119
130120 - name : Setup Node.js
131121 uses : actions/setup-node@v4
@@ -177,9 +167,6 @@ jobs:
177167
178168 - name : Setup pnpm
179169 uses : pnpm/action-setup@v4
180- with :
181- version : ${{ env.PNPM_VERSION }}
182- run_install : false
183170
184171 - name : Setup Node.js
185172 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments