Skip to content

Commit

Permalink
feat: angular v18 support (#328)
Browse files Browse the repository at this point in the history
* chore(deps): update to angular v 18

* chore(deps): update further dependencies

* feat: ng-18 support

* fix: ci build
  • Loading branch information
justAsascha authored Jul 1, 2024
1 parent 61cdb2b commit d364710
Show file tree
Hide file tree
Showing 5 changed files with 5,236 additions and 7,960 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm ci --include=optional
- run: npm run lint
- run: npm run test ngx-drag-scroll -- --watch=false --browsers=ChromeHeadless
- run: npm run build ngx-drag-scroll
Loading

0 comments on commit d364710

Please sign in to comment.