Skip to content

Commit

Permalink
Added node 23 to supported versions. Updated nan dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Oct 22, 2024
1 parent c235fc2 commit 3248c9e
Show file tree
Hide file tree
Showing 6 changed files with 352 additions and 947 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ jobs:
nodejs: [
["v108", 18],
["v115", 20],
["v127", 22]
["v127", 22],
["v131", 23]
]
platform: [
"x86_64",
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
nodejs-version: ["18", "20", "22"]
nodejs-version: ["18", "20", "22", "23"]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -170,7 +170,8 @@ jobs:
node-version: [
"18",
"20",
"22"
"22",
"23"
]
fail-fast: false

Expand Down Expand Up @@ -203,6 +204,8 @@ jobs:
cp -r node-v115-linux-x64 lib/binding/node-v115-linux-x64
elif [ "${{ matrix.node-version }}" = "22" ]; then
cp -r node-v127-linux-x64 lib/binding/node-v127-linux-x64
elif [ "${{ matrix.node-version }}" = "23" ]; then
cp -r node-v131-linux-x64 lib/binding/node-v131-linux-x64
fi
- if: ${{ contains(github.event.pull_request.labels.*.name, 'new-server-features') }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Aerospike Node.js Client [![travis][travis-image]][travis-url] [![codecov][codecov-image]][codecov-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]
# Aerospike Node.js Client [![codecov][codecov-image]][codecov-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url]

[travis-image]: https://travis-ci.org/aerospike/aerospike-client-nodejs.svg?branch=master
[travis-url]: https://travis-ci.org/aerospike/aerospike-client-nodejs
Expand Down
Loading

0 comments on commit 3248c9e

Please sign in to comment.