Skip to content

Commit c078f0d

Browse files
committed
chore: change npm command from ci to install in release workflow
1 parent 8fa1e49 commit c078f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
node-version: '18'
3333

3434
- name: Install dependencies
35-
run: npm ci
35+
run: npm install
3636

3737
- name: Build for ${{ matrix.os }}
3838
run: ${{ matrix.script }}

0 commit comments

Comments
 (0)