Skip to content

Commit

Permalink
ci: Trying not to upgrade global npm
Browse files Browse the repository at this point in the history
  • Loading branch information
motss committed Mar 26, 2020
1 parent a1e2fe7 commit d62974c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install global dependencies
run: |
npm i -g npm@latest --quiet
# - name: Install global dependencies
# run: |
# npm i -g npm@latest --quiet

- name: Install dependencies
run: |
Expand Down

0 comments on commit d62974c

Please sign in to comment.