Skip to content

Commit

Permalink
ci: use npm install instead of clean-install
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvantuycom committed Sep 28, 2023
1 parent 968dbee commit 277fe06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm clean-install
run: npm install
- name: Test
run: npm test
release:
Expand All @@ -41,7 +41,7 @@ jobs:
with:
node-version: "lts/*"
- name: Install dependencies
run: npm clean-install
run: npm install
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
run: npm audit signatures
- name: Release
Expand Down

0 comments on commit 277fe06

Please sign in to comment.