Skip to content

Commit 493b044

Browse files
committed
ci(fix): npm i
1 parent 46c239a commit 493b044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: 20
1616
cache: 'npm'
17-
- run: npm ci
17+
- run: npm i
1818
# - name: lint
1919
# run: npm run lint
2020
# - run: npm run build
@@ -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)