Skip to content

Commit 2823102

Browse files
feat: 🎸 add support for angular version 11.1
* feat: 🎸 remove support for angular v11-rc * feat: 🎸 add support for angular version 11.1 * chore: 🤖 prepare everything for release * chore: 🤖 bump all dependency versions to latest * fix: 🐛 fix ci commands * fix: apply suggestions from code review Co-authored-by: Lars Gyrup Brink Nielsen <[email protected]> Co-authored-by: Lars Gyrup Brink Nielsen <[email protected]>
1 parent 3bc98a1 commit 2823102

File tree

9 files changed

+19528
-22563
lines changed

9 files changed

+19528
-22563
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- run: |
1515
yarn
1616
- run: |
17-
yarn all
17+
yarn ci
1818
test: # make sure the action works on a clean machine without building
1919
runs-on: ubuntu-latest
2020
steps:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
node-version: [10.x, 12.x, 14.x]
37-
angular-version: [8.0.x, 8.1.x, 8.2.x, 9.0.x, 9.1.x, 10.0.x, 10.1.x, 10.2.x, 11.0.x]
37+
angular-version: [8.0.x, 8.1.x, 8.2.x, 9.0.x, 9.1.x, 10.0.x, 10.1.x, 10.2.x, 11.0.x, 11.1.x]
3838

3939
steps:
4040
- uses: actions/checkout@v2
@@ -68,6 +68,7 @@ At the moment this actions supports a limited set of Angular versions listed bel
6868
- 10.1.x
6969
- 10.2.x
7070
- 11.0.x
71+
- 11.1.x
7172

7273
## Contributing
7374

0 commit comments

Comments
 (0)