Skip to content

Commit

Permalink
Merge b5622b4 into 26efa2d
Browse files Browse the repository at this point in the history
  • Loading branch information
dafo committed Jun 8, 2022
2 parents 26efa2d + b5622b4 commit dc4f3d0
Show file tree
Hide file tree
Showing 6 changed files with 18,638 additions and 5,475 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 3 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,10 @@
}
}
},
"defaultProject": "wrappers",
"cli": {
"analytics": false,
"defaultCollection": "@angular-eslint/schematics"
"schematicCollections": [
"@angular-eslint/schematics"
]
}
}
Loading

0 comments on commit dc4f3d0

Please sign in to comment.