Skip to content

Commit

Permalink
upgrade nan and other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joeferner committed Nov 24, 2023
1 parent 9cc3ebb commit 874a54b
Show file tree
Hide file tree
Showing 5 changed files with 2,223 additions and 1,282 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ node-java.cbp
*.kdev4
*/.kdev_include_paths
.vscode
CMakeLists.txt
cmake-build-debug/
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ jdk:
- openjdk9
- openjdk10
- openjdk11
- openjdk21
env:
- NODE_VERSION=7 CC=clang CXX=clang++
- NODE_VERSION=8 CC=clang CXX=clang++
- NODE_VERSION=11 CC=clang CXX=clang++
- NODE_VERSION=12 CC=clang CXX=clang++
- NODE_VERSION=16 CC=clang CXX=clang++
- NODE_VERSION=18 CC=clang CXX=clang++
- NODE_VERSION=20 CC=clang CXX=clang++
before_install:
- nvm install $NODE_VERSION
before_script:
Expand Down
Loading

0 comments on commit 874a54b

Please sign in to comment.