Skip to content

Commit 25526ac

Browse files
committed
ci(fix): npm i
1 parent 5ad31cc commit 25526ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
node-version: 20
4545
cache: 'npm'
46-
- run: npm ci
46+
- run: npm i
4747
- run: npm run build
4848
- name: release
4949
run: cd dist/ngx-back-button && npx semantic-release --branches main

0 commit comments

Comments
 (0)