We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c121724 commit 4d9d9bcCopy full SHA for 4d9d9bc
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/setup-node@v2
22
with:
23
node-version: ${{ matrix.node-version }}
24
- - run: npm install
+ - run: npm ci
25
- run: npm run build --if-present
26
- run: npm run test:ci
27
env:
0 commit comments