We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7e8f7 commit 5ee517dCopy full SHA for 5ee517d
.github/workflows/integration.yml
@@ -44,7 +44,7 @@ jobs:
44
path: ~/.npm
45
key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}
46
restore-keys: ${{runner.os}}-npm-
47
- - uses: npm ci
+ - run: npm ci
48
- id: output-set
49
uses: ./
50
with:
0 commit comments