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 e445a5a commit 76a830bCopy full SHA for 76a830b
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version-file: package.json
20
- run: |
21
- npm install
+ npm ci
22
npm run all
23
24
git diff --exit-code ':!dist/index.js.map' ':!badges/coverage.svg'
.github/workflows/renovate-custom-hooks.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
- name: Commit changes
0 commit comments