Skip to content

Commit

Permalink
fix(example-app): Remove dependencies to deprecated @angular/flex-layout
Browse files Browse the repository at this point in the history
Usage of @angular/flex-layout was creating Conflicting peer dependency.
Removing the dependacy allowed to execute *npm install*
Removing usage from example-app allowed it to build.
No other change have been made to the html, so may not represent the intended output, but the librairy generaly work.
Since it's an app that showcase the librairie, it's acceptable.
  • Loading branch information
Philippe Allard-Rousse authored and Gabriel Guerrero committed Mar 20, 2024
1 parent 3ace3ae commit 9b3363d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit 9b3363d

Please sign in to comment.