diff --git a/.github/workflows/build-mobile.yml b/.github/workflows/build-mobile.yml index b911e0dab4e..c42748b1889 100644 --- a/.github/workflows/build-mobile.yml +++ b/.github/workflows/build-mobile.yml @@ -74,7 +74,7 @@ jobs: cache: pnpm cache-dependency-path: "**/pnpm-lock.yaml" - name: bump npm - run: npm i -g npm + run: npm i -g npm@8.12.2 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 @@ -150,7 +150,7 @@ jobs: cache: pnpm cache-dependency-path: "**/pnpm-lock.yaml" - name: bump npm - run: npm i -g npm + run: npm i -g npm@8.12.2 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 @@ -222,7 +222,7 @@ jobs: cache: pnpm cache-dependency-path: "**/pnpm-lock.yaml" - name: bump npm - run: npm i -g npm + run: npm i -g npm@8.12.2 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7 diff --git a/.github/workflows/generate-screenshots.yml b/.github/workflows/generate-screenshots.yml index ba8230d034d..cd939395a26 100644 --- a/.github/workflows/generate-screenshots.yml +++ b/.github/workflows/generate-screenshots.yml @@ -75,7 +75,7 @@ jobs: git config user.email "team-live@ledger.fr" git config user.name "Team Live" - name: Bump npm to latest - run: npm i -g npm + run: npm i -g npm@8.12.2 - name: TurboRepo local server uses: felixmosh/turborepo-gh-artifacts@v1 with: diff --git a/.github/workflows/test-desktop.yml b/.github/workflows/test-desktop.yml index 95e4826dda0..74aa84d23b1 100644 --- a/.github/workflows/test-desktop.yml +++ b/.github/workflows/test-desktop.yml @@ -44,7 +44,7 @@ jobs: ruby-version: 2.7 bundler-cache: true - name: Bump npm to latest - run: npm i -g npm + run: npm i -g npm@8.12.2 - name: TurboRepo local server uses: felixmosh/turborepo-gh-artifacts@v1 with: @@ -110,7 +110,7 @@ jobs: ruby-version: 2.7 bundler-cache: true - name: Bump npm to latest - run: npm i -g npm + run: npm i -g npm@8.12.2 - name: TurboRepo local server uses: felixmosh/turborepo-gh-artifacts@v1 with: diff --git a/.github/workflows/test-mobile.yml b/.github/workflows/test-mobile.yml index 85cab9ab0be..346a6a80f68 100644 --- a/.github/workflows/test-mobile.yml +++ b/.github/workflows/test-mobile.yml @@ -34,7 +34,7 @@ jobs: with: ruby-version: 2.7 - name: Bump npm to latest - run: npm i -g npm + run: npm i -g npm@8.12.2 - name: Install dependencies run: pnpm i --filter="live-mobile..." --filter="ledger-live" --no-frozen-lockfile --unsafe-perm - name: Run linter diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a277aa0a4c..8443927fd86 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -59,7 +59,7 @@ jobs: bundler-cache: true - name: Bump npm to latest run: | - npm i -g npm + npm i -g npm@8.12.2 npm --version - name: TurboRepo local server uses: felixmosh/turborepo-gh-artifacts@v1 diff --git a/tools/actions/composites/build-desktop/action.yml b/tools/actions/composites/build-desktop/action.yml index 8d498c6039c..e34e4d8aafc 100644 --- a/tools/actions/composites/build-desktop/action.yml +++ b/tools/actions/composites/build-desktop/action.yml @@ -16,7 +16,7 @@ runs: using: "composite" steps: - name: bump npm - run: npm i -g npm + run: npm i -g npm@8.12.2 shell: bash - name: install dependencies if: ${{ inputs.os != 'mac' }}