Skip to content

Commit f54fc7b

Browse files
authored
chore: use npm ci instead of install during build (#69)
1 parent bc4a13e commit f54fc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: install
16-
run: npm install
16+
run: npm ci
1717
- name: build
1818
run: npm run build
1919
- name: commit

0 commit comments

Comments
 (0)