Skip to content

Commit

Permalink
force npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ayastreb committed Jun 19, 2023
1 parent 752c2f6 commit 5bb9884
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 184 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm ci --force
- run: npm run build --if-present
- run: npm test
Loading

0 comments on commit 5bb9884

Please sign in to comment.