Skip to content

Commit

Permalink
Add install latest NPM version to more workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Feb 9, 2021
1 parent 0414d32 commit 2b4bc82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
with:
fetch-depth: 1

- name: Install latest NPM version
run: npm install -g npm@latest

- uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rnmobile-android-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
restore-keys: |
${{ runner.os }}-npm-
- name: Install latest NPM version
run: npm install -g npm@latest

- run: npm ci

- name: Restore Gradle cache
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/rnmobile-ios-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
restore-keys: |
${{ runner.os }}-npm-
- name: Install latest NPM version
run: npm install -g npm@latest

- run: npm ci

- name: Prepare build cache key
Expand Down

0 comments on commit 2b4bc82

Please sign in to comment.