Skip to content

Commit 362f401

Browse files
author
hepiao3
committed
ci: use npm install instead of npm ci to fix lock file sync issue
1 parent 38aa21e commit 362f401

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: 'npm'
2222

2323
- name: Install dependencies
24-
run: npm ci
24+
run: npm install
2525

2626
- name: Build
2727
run: npm run build

0 commit comments

Comments
 (0)