Skip to content

Commit 5ee517d

Browse files
committed
Workflow syntax error
1 parent fb7e8f7 commit 5ee517d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
path: ~/.npm
4545
key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}
4646
restore-keys: ${{runner.os}}-npm-
47-
- uses: npm ci
47+
- run: npm ci
4848
- id: output-set
4949
uses: ./
5050
with:

0 commit comments

Comments
 (0)