Skip to content

Commit

Permalink
Drop support for Node.js versions less than 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwippermann committed Jul 14, 2024
1 parent 7b209a1 commit 7220c6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
node-version: [16.x, 18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ following command into your shell:

## Work in progress

- [BREAKING CHANGE] Dropping support for Node.js versions < 16


## Version 0.29.0 (2024-01-22)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
"serialport": "^11.0.0"
},
"engines": {
"node": ">= 14"
"node": ">= 16"
}
}

0 comments on commit 7220c6b

Please sign in to comment.