Skip to content

Commit 4a6d72b

Browse files
committed
another test
1 parent 3ca4f7e commit 4a6d72b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ runs:
1919
- name: Install dependencies 🔧
2020
shell: bash
2121
if: steps.cache_dependencies.outputs.cache-hit != 'true'
22-
run: cd frontend
23-
run: npm ci
22+
run: cd frontend && npm ci

0 commit comments

Comments
 (0)