Skip to content

Commit

Permalink
Version 2.18.0 (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryWilber committed Oct 26, 2023
1 parent 2b7b1bd commit 0b5987a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
build:
strategy:
matrix:
node: [10, 12, 14, 16, 18, 19]
node: [10, 12, 14, 16, 18, 20]
os: [ubuntu-22.04]
include:
# single mac test due to minute multipliers
# https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions
- node: 18
- node: 20
os: macos-12
# single windows test due to node.js 14 node-gyp / vs 2022 issues
- node: 18
- node: 20
os: windows-2022
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-rdkafka",
"version": "v2.17.0",
"version": "v2.18.0",
"description": "Node.js bindings for librdkafka",
"librdkafka": "2.3.0",
"main": "lib/index.js",
Expand Down

0 comments on commit 0b5987a

Please sign in to comment.