Skip to content

Commit

Permalink
ci(fix): npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalet committed Nov 5, 2024
1 parent 9296a60 commit 98de76c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm i
# - name: lint
# run: npm run lint
# - run: npm run build
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm i
- run: npm run build
- name: release
run: cd dist/ngx-translate-multi-http-loader && npx semantic-release --branches master
Expand Down

0 comments on commit 98de76c

Please sign in to comment.