Skip to content

Commit e846cf6

Browse files
committed
ci: use npm ci instead of npm install
1 parent fd7b08a commit e846cf6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-on-push-to-mainline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ jobs:
1818
uses: actions/setup-node@v1
1919
with:
2020
node-version: ${{ matrix.node-version }}
21-
- name: Install example dependencies
22-
run: npm run install-example-dependencies
2321
- name: Install
24-
run: npm install
22+
run: npm ci
2523
- name: Test
2624
run: npm test
2725
- name: Lint

0 commit comments

Comments
 (0)