Skip to content

Commit

Permalink
🐳 chore: Upgraded Node.js to v20.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Jul 2, 2024
1 parent 97180f4 commit f21020b
Show file tree
Hide file tree
Showing 16 changed files with 1,563 additions and 1,562 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_node_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
JAVET_NODE_VERSION: 20.14.0
JAVET_NODE_VERSION: 20.15.0
JAVET_VERSION: 3.1.4
ROOT: /home/runner/work/Javet

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_build_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_REPO_JAVET: ${{ secrets.DOCKERHUB_REPO_JAVET }}
JAVET_NODE_VERSION: 20.14.0
JAVET_NODE_VERSION: 20.15.0
JAVET_V8_VERSION: 12.6.228.13
JAVET_VERSION: 3.1.4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_build_node_v8_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_REPO_JAVET: ${{ secrets.DOCKERHUB_REPO_JAVET }}
JAVET_NODE_VERSION: 20.14.0
JAVET_NODE_VERSION: 20.15.0
JAVET_V8_VERSION: 12.6.228.13
JAVET_VERSION: 3.1.4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux_x86_64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
JAVET_NODE_VERSION: 20.14.0
JAVET_NODE_VERSION: 20.15.0
JAVET_V8_VERSION: 12.6.228.13
JAVET_VERSION: 3.1.4
ROOT: /home/runner/work/Javet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_arm64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
JAVET_NODE_VERSION: 20.14.0
JAVET_NODE_VERSION: 20.15.0
JAVET_V8_VERSION: 12.6.228.13
JAVET_VERSION: 3.1.4
ROOT: /Users/runner/work/Javet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos_x86_64_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
JAVET_NODE_VERSION: 20.14.0
JAVET_NODE_VERSION: 20.15.0
JAVET_V8_VERSION: 12.6.228.13
JAVET_VERSION: 3.1.4
ROOT: /Users/runner/work/Javet
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ arm ✔️ ❌ ❌ ❌
arm64 ✔️ ✔️ ✔️ ❌
=========== ======= ======= ======= =======

* Node.js ``v20.14.0`` + V8 ``v12.6.228.13``
* Node.js ``v20.15.0`` + V8 ``v12.6.228.13``
* Dynamic switch between Node.js and V8 mode (`Which mode do you prefer? <https://github.com/caoccao/Javet/discussions/92>`_)
* Polyfill V8 mode with `Javenode <https://github.com/caoccao/Javenode>`_
* V8 API exposure in JVM
Expand Down
42 changes: 21 additions & 21 deletions cpp/jni/com_caoccao_javet_interop_NodeNative.h

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

Loading

0 comments on commit f21020b

Please sign in to comment.