Skip to content

Commit

Permalink
4.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dermasmid committed Jun 6, 2024
1 parent 6f32979 commit ae99f43
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 11 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Compile
run: npm run build

- name: Install aws-sdk
run: npm install aws-sdk

- name: Pack with node-pre-gyp
run: |
npm install -g node-pre-gyp
Expand All @@ -52,7 +55,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
registry-url: "https://registry.npmjs.org"

- name: Install dependencies
Expand Down
51 changes: 43 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triplewhale/node-rdkafka",
"version": "4.0.15",
"version": "4.0.16",
"description": "Node.js bindings for librdkafka",
"librdkafka": "2.4.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -44,7 +44,6 @@
"devDependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"@mathisloge/node-pre-gyp-github": "^1.0.9",
"aws-sdk": "^2.1636.0",
"bluebird": "^3.5.3",
"jsdoc": "^4.0.2",
"jshint": "^2.10.1",
Expand Down

0 comments on commit ae99f43

Please sign in to comment.