aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/builds.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 58b0e639a..142cbe7e2 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -313,9 +313,9 @@ jobs:
313 with: 313 with:
314 node-version-file: ".nvmrc" 314 node-version-file: ".nvmrc"
315 - name: Install npm 315 - name: Install npm
316 run: npm i -gf "npm@$(node -p 'require("./package.json").engines.npm')" && npm -v 316 run: npm i -gf "npm@$(node -p 'require(\"./package.json\").engines.npm')" && npm -v
317 - name: Install pnpm 317 - name: Install pnpm
318 run: npm i -gf "pnpm@$(node -p 'require("./recipes/package.json").engines.pnpm')" && pnpm -v 318 run: npm i -gf "pnpm@$(node -p 'require(\"./recipes/package.json\").engines.pnpm')" && pnpm -v
319 - name: Install node dependencies 319 - name: Install node dependencies
320 uses: nick-invision/retry@v2.4.0 320 uses: nick-invision/retry@v2.4.0
321 with: 321 with: