Skip to content

Commit ea938bb

Browse files
committed
Use npm ci
1 parent 2611e90 commit ea938bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v1
1212
with:
1313
node-version: '12.x'
14-
- run: npm install
14+
- run: npm ci
1515
- run: npm run lint
1616
env:
1717
CI: true
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/setup-node@v1
2727
with:
2828
node-version: '12.x'
29-
- run: npm install
29+
- run: npm ci
3030
- run: npm test
3131
env:
3232
CI: true

0 commit comments

Comments
 (0)