Skip to content

Commit

Permalink
Drop Node 16 support
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jan 8, 2025
1 parent cf27ea3 commit ab11f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Test
strategy:
matrix:
node-version: [16.x, 18.x, 20.x, 22.4.x]
node-version: [18.x, 20.x, 22.x]
runs-on: ubuntu-latest
needs: build
steps:
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Changelog
* Email identities can now be verified in the admin UI and via the API.
* Allow authorization_challenge to be preselected in 'new client'
* Add button in admin UI to enable/disable MFA for a specific email identity.
* Dropped support for Node 16, which is EOL.


0.27.6 (2024-12-16)
Expand Down

0 comments on commit ab11f32

Please sign in to comment.