Skip to content

Commit fc09300

Browse files
authored
chore: use npm ci instead of install during build (#316)
1 parent a2665ec commit fc09300

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: install
14-
run: npm install
14+
run: npm ci
1515
- name: build
1616
run: npm run build
1717
- name: commit

0 commit comments

Comments
 (0)