Skip to content

Commit

Permalink
keep 16
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryWilber committed Apr 16, 2024
1 parent 17e0c5f commit 9c45b0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
node: [18, 20, 21]
node: [16, 18, 20, 21]
os: [ubuntu-22.04]
include:
# single mac test due to minute multipliers
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Play nice; Play fair.
## Requirements

* Apache Kafka >=0.9
* Node.js >=18
* Node.js >=16
* Linux/Mac
* Windows?! See below
* OpenSSL
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"nan": "^2.18.0"
},
"engines": {
"node": ">=18"
"node": ">=16"
}
}

0 comments on commit 9c45b0a

Please sign in to comment.