Skip to content

Commit

Permalink
fix(AF): BREAKING CHANGE: Drop support for IE 11
Browse files Browse the repository at this point in the history
* Bump AF to version 5.0.0
  • Loading branch information
mfilip committed Aug 21, 2024
1 parent 3cdb686 commit db8763f
Show file tree
Hide file tree
Showing 5 changed files with 20,612 additions and 18,453 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [22.x]

steps:
- uses: actions/checkout@v1
Expand Down
Loading

0 comments on commit db8763f

Please sign in to comment.