Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
dermasmid committed Jun 6, 2024
1 parent 0638725 commit 24f06b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14, 16, 18]
node-version: [18, 20, 22]
steps:
- name: Checkout code
uses: actions/checkout@v3
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": "@triplewhale/node-rdkafka",
"version": "4.0.2",
"version": "4.0.3",
"description": "Node.js bindings for librdkafka",
"librdkafka": "2.3.0",
"main": "lib/index.js",
Expand Down

0 comments on commit 24f06b7

Please sign in to comment.