Skip to content

Commit

Permalink
changed npm ci to npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovodo committed May 16, 2024
1 parent d31ecfb commit 54ea3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ runs:
- name: Install dependencies 🔧
shell: bash
if: steps.cache_dependencies.outputs.cache-hit != 'true'
run: npm ci
run: npm install

0 comments on commit 54ea3ef

Please sign in to comment.