Skip to content

Commit

Permalink
Removed v16 and v19 from Build script and github actions.
Browse files Browse the repository at this point in the history
Removed v16 and v19  from Build script and github actions.
  • Loading branch information
DomPeliniAerospike committed Sep 19, 2023
1 parent 5c06340 commit e943c75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
strategy:
matrix:
node-version: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
- 16.x
- 18.x
- 19.x
- 20.x
continue-on-error: true
steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
strategy:
matrix:
node-version: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
- 16.x
- 18.x
- 19.x
- 20.x
continue-on-error: true
name: Node ${{ matrix.node-version }} tester
Expand Down
7 changes: 3 additions & 4 deletions scripts/build-package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ function build_nodejs_client {

# cd D:\a\aerospike-client-nodejs\aerospike-client-nodejs

build_nodejs_client v14.21.1
build_nodejs_client v16.18.1
build_nodejs_client v18.12.1
# build_nodejs_client v19.1.0

build_nodejs_client v18
build_nodejs_client v20

nvm use v18.12.1
3 changes: 1 addition & 2 deletions scripts/build-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ perform_check

rm -rf ${AEROSPIKE_NODEJS_RELEASE_HOME}/node-*-${OS_FLAVOR}-*

build_nodejs_client v16

build_nodejs_client v18
build_nodejs_client v19
build_nodejs_client v20

nvm use v20
Expand Down

0 comments on commit e943c75

Please sign in to comment.