Skip to content

Commit

Permalink
ci: use fixed npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
elbywan committed Jun 23, 2022
1 parent e20837f commit e0341c2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-mobile.yml
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-screenshots.yml
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-desktop.yml
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-mobile.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/actions/composites/build-desktop/action.yml
Expand Up @@ -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' }}
Expand Down

0 comments on commit e0341c2

Please sign in to comment.