Skip to content

Commit

Permalink
fix: force install npm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MinHtet-O committed May 9, 2024
1 parent ab7eac4 commit 05d1c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: npm ci --ignore-scripts
- run: npm ci
- run: npm run lint

commit-lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: npm ci --force
- run: npm ci
- run: npm run test:ci

test-build:
Expand Down

0 comments on commit 05d1c5c

Please sign in to comment.