Skip to content

Commit 7092e85

Browse files
committed
Use npm ci to install dependencies
1 parent 400a557 commit 7092e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- uses: actions/setup-node@v1
1414
with:
1515
node-version: '14'
16-
- run: npm install
16+
- run: npm ci
1717
- run: npm run lint

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- uses: actions/setup-node@v1
1414
with:
1515
node-version: '14'
16-
- run: npm install
16+
- run: npm ci
1717
- run: npm test

0 commit comments

Comments
 (0)