Skip to content

Commit

Permalink
Do not upgrade npm in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagaro committed Jun 10, 2024
1 parent 402a836 commit 5b5c7b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: install latest npm
run: |
npm install -g npm &&
npm --version
# - name: install latest npm
# run: |
# npm install -g npm &&
# npm --version

- run: npm ci
- run: npm run lint
Expand All @@ -51,10 +51,10 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: install latest npm
run: |
npm install -g npm &&
npm --version
# - name: install latest npm
# run: |
# npm install -g npm &&
# npm --version

- run: npm ci
- run: npm run coverage

0 comments on commit 5b5c7b9

Please sign in to comment.