Skip to content

Commit 0b5987a

Browse files
authored
Version 2.18.0 (#1048)
1 parent 2b7b1bd commit 0b5987a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
node: [10, 12, 14, 16, 18, 19]
13+
node: [10, 12, 14, 16, 18, 20]
1414
os: [ubuntu-22.04]
1515
include:
1616
# single mac test due to minute multipliers
1717
# https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions
18-
- node: 18
18+
- node: 20
1919
os: macos-12
2020
# single windows test due to node.js 14 node-gyp / vs 2022 issues
21-
- node: 18
21+
- node: 20
2222
os: windows-2022
2323
runs-on: ${{ matrix.os }}
2424
steps:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-rdkafka",
3-
"version": "v2.17.0",
3+
"version": "v2.18.0",
44
"description": "Node.js bindings for librdkafka",
55
"librdkafka": "2.3.0",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)