Skip to content

Commit

Permalink
Update ci.yml to use default npm version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Jan 7, 2024
1 parent 8de6bd8 commit 8838b6b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
cache: 'npm'
node-version: ${{ env.NODE_VERSION }}

- name: Update npm
run: npm i -g npm@7

- name: Install dependencies
run: npm ci

Expand All @@ -51,9 +48,6 @@ jobs:
cache: 'npm'
node-version: ${{ env.NODE_VERSION }}

- name: Update npm
run: npm i -g npm@7

- name: Install dependencies
run: npm ci

Expand All @@ -80,9 +74,6 @@ jobs:
cache: 'npm'
node-version: ${{ env.NODE_VERSION }}

- name: Update npm
run: npm i -g npm@7

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit 8838b6b

Please sign in to comment.