Skip to content

Commit

Permalink
build(build-check): remove redundant npm v7 install
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-subo committed Apr 22, 2021
1 parent 80f79aa commit 964b7e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Install latest npm
run: npm i npm@7
- name: Installing dependencies
run: npm ci
- name: Testing
Expand Down

0 comments on commit 964b7e2

Please sign in to comment.