Skip to content

Commit ff54c88

Browse files
authored
Change npm ci to npm install in release workflow
1 parent cd49105 commit ff54c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: composer install --no-interaction --prefer-dist --optimize-autoloader
3030

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

3434
- name: Build release assets
3535
run: npm run build

0 commit comments

Comments
 (0)