Skip to content

Commit

Permalink
chore!: drop node14 support
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Min node version >= 16
  • Loading branch information
robertsLando committed Jul 26, 2023
1 parent 46af8e6 commit ee1f63b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
contents: read
strategy:
matrix:
node-version: [14, 16, '*']
node-version: [16, 18, 20]
os: [ubuntu-latest, windows-latest, macOS-latest]
fail-fast: false
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"homepage": "https://github.com/moscajs/aedes#readme",
"engines": {
"node": ">=14"
"node": ">=16"
},
"devDependencies": {
"@sinonjs/fake-timers": "^10.3.0",
Expand Down

0 comments on commit ee1f63b

Please sign in to comment.