Skip to content

Commit

Permalink
Update npm CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ioan-ghisoi-cko committed Apr 9, 2024
1 parent 2acc766 commit 3a7c71b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm ci --force
- run: npm test

publish-npm:
Expand All @@ -25,7 +25,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm ci --force
- run: npm run build
- run: npm publish
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm ci --force
- run: npm test

0 comments on commit 3a7c71b

Please sign in to comment.