Skip to content

Commit 98de76c

Browse files
committed
ci(fix): npm i
1 parent 9296a60 commit 98de76c

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
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 20
2020
cache: 'npm'
21-
- run: npm ci
21+
- run: npm i
2222
# - name: lint
2323
# run: npm run lint
2424
# - run: npm run build
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: 20
4949
cache: 'npm'
50-
- run: npm ci
50+
- run: npm i
5151
- run: npm run build
5252
- name: release
5353
run: cd dist/ngx-translate-multi-http-loader && npx semantic-release --branches master

0 commit comments

Comments
 (0)