From 8cdfa9d584bb864cec200a77633fff581ecc5b49 Mon Sep 17 00:00:00 2001 From: Nathanaƫl Houn Date: Mon, 25 Apr 2022 22:05:21 +0200 Subject: fix(ci): escape quotes in windows npm i command --- .github/workflows/builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/builds.yml') 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: with: node-version-file: ".nvmrc" - name: Install npm - run: npm i -gf "npm@$(node -p 'require("./package.json").engines.npm')" && npm -v + run: npm i -gf "npm@$(node -p 'require(\"./package.json\").engines.npm')" && npm -v - name: Install pnpm - run: npm i -gf "pnpm@$(node -p 'require("./recipes/package.json").engines.pnpm')" && pnpm -v + run: npm i -gf "pnpm@$(node -p 'require(\"./recipes/package.json\").engines.pnpm')" && pnpm -v - name: Install node dependencies uses: nick-invision/retry@v2.4.0 with: -- cgit v1.2.3-70-g09d2