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 72523c9 commit 5b45eebCopy full SHA for 5b45eeb
3 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
node-version: ${{ matrix.node-version }}
20
cache: npm
21
- - run: npm install
+ - run: npm ci
22
- run: npm run lint
23
- run: npm run build
24
- run: npm test
0 commit comments