Skip to content

Commit

Permalink
ci(build-workflow): remove update npm task that is not required anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Feb 2, 2022
1 parent 04905f0 commit 3b82099
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Update npm to v7.x
run: npm i -g npm@latest --registry=https://registry.npmjs.org

- name: Install project dependencies
run: npm ci

Expand Down

0 comments on commit 3b82099

Please sign in to comment.