Skip to content

Commit 2173125

Browse files
committed
Revert to npm ci
1 parent 00f25d3 commit 2173125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup-node/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ runs:
1818
- name: Install dependencies 🛠️
1919
shell: bash
2020
if: steps.cache_dependencies.outputs.cache-hit != 'true'
21-
run: npm install
21+
run: npm ci
2222

0 commit comments

Comments
 (0)