Skip to content

Commit

Permalink
Merge pull request #30 from hackingharold/deps/upgrade-rxjs-peer-depe…
Browse files Browse the repository at this point in the history
…ndency

deps/upgrade rxjs peer dependencies to ^7.4.0, use injection context
  • Loading branch information
hackingharold authored Aug 27, 2023
2 parents 2ae87a4 + 0b57400 commit 804bdd4
Show file tree
Hide file tree
Showing 8 changed files with 642 additions and 394 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build CDK
run: npm run build:cdk

- name: Lint CDK
run: npm run lint:cdk

- name: Build CDK
run: npm run build:cdk

- name: Test CDK
run: npm run test:cdk

- name: Build Material
run: npm run build:material

- name: Lint Material
run: npm run lint:material

- name: Build Material
run: npm run build:material

- name: Test Material
run: npm run test:material
Loading

0 comments on commit 804bdd4

Please sign in to comment.