Skip to content

Commit 8ae6182

Browse files
authored
chore: use npm install (#20)
1 parent 1be1154 commit 8ae6182

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
@@ -29,7 +29,7 @@ jobs:
2929
cache: "npm"
3030

3131
- name: Install dependencies
32-
run: npm ci
32+
run: npm install
3333

3434
- name: Build
3535
run: npm build

0 commit comments

Comments
 (0)