Skip to content

Commit

Permalink
ci(workflows): change dependency installation from npm ci to npm i in…
Browse files Browse the repository at this point in the history
… version-release workflow
  • Loading branch information
Schlomoh committed Nov 7, 2024
1 parent c0a0659 commit 3d42c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm ci
run: npm install

- name: Setup Git
run: |
Expand Down

0 comments on commit 3d42c10

Please sign in to comment.