Skip to content

Commit

Permalink
chore: remove npm upgrade step from CI (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmish committed Nov 14, 2022
1 parent e12cfe9 commit c27c2a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Upgrade npm
run: npm install -g npm

- run: npm ci
- run: npm run test:unit
- run: npm install --save-dev eslint@7 && npm run test:unit
Expand Down

0 comments on commit c27c2a2

Please sign in to comment.