aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/builds.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/builds.yml')
-rw-r--r--.github/workflows/builds.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 6a2cef44d..3729cf4a8 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -138,10 +138,12 @@ jobs:
138 uses: actions/setup-node@v2 138 uses: actions/setup-node@v2
139 with: 139 with:
140 node-version-file: '.nvmrc' 140 node-version-file: '.nvmrc'
141 - name: Install npm
142 run: npm i -gf npm@8.7.0
141 - name: Install pnpm 143 - name: Install pnpm
142 uses: pnpm/action-setup@v2.0.1 144 uses: pnpm/action-setup@v2.0.1
143 with: 145 with:
144 version: 6.24.1 146 version: 6.32.8
145 - name: Install node dependencies 147 - name: Install node dependencies
146 run: npm i 148 run: npm i
147 - name: Package recipes 149 - name: Package recipes
@@ -220,10 +222,12 @@ jobs:
220 uses: actions/setup-node@v2 222 uses: actions/setup-node@v2
221 with: 223 with:
222 node-version-file: '.nvmrc' 224 node-version-file: '.nvmrc'
225 - name: Install npm
226 run: npm i -gf npm@8.7.0
223 - name: Install pnpm 227 - name: Install pnpm
224 uses: pnpm/action-setup@v2.0.1 228 uses: pnpm/action-setup@v2.0.1
225 with: 229 with:
226 version: 6.24.1 230 version: 6.32.8
227 - name: Install node dependencies 231 - name: Install node dependencies
228 run: npm i 232 run: npm i
229 - name: Figure out used package.json version 233 - name: Figure out used package.json version
@@ -305,10 +309,12 @@ jobs:
305 uses: actions/setup-node@v2 309 uses: actions/setup-node@v2
306 with: 310 with:
307 node-version-file: '.nvmrc' 311 node-version-file: '.nvmrc'
312 - name: Install npm
313 run: npm i -gf npm@8.7.0
308 - name: Install pnpm 314 - name: Install pnpm
309 uses: pnpm/action-setup@v2.0.1 315 uses: pnpm/action-setup@v2.0.1
310 with: 316 with:
311 version: 6.24.1 317 version: 6.32.8
312 - name: Install node dependencies 318 - name: Install node dependencies
313 uses: nick-invision/retry@v2.4.0 319 uses: nick-invision/retry@v2.4.0
314 with: 320 with: