Skip to content

Commit

Permalink
Do no longer install npm@v7 in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Dec 20, 2023
1 parent e51a3be commit 3896579
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 @@ -22,9 +22,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install npm@v7
run: npm install -g npm@7

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit 3896579

Please sign in to comment.