Skip to content

Commit b243532

Browse files
authoredSep 1, 2024
🤗 Javet v3.1.6 (#388)
* Upgraded Node.js to `v20.17.0` ([2024-08-21](https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.17.0)) * Rewrote `getV8HeapStatistics()`, `getV8HeapSpaceStatistics()` for `V8Runtime` again to fix possible JVM crash
1 parent b4df511 commit b243532

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+257
-167
lines changed
 

‎.github/workflows/android_node_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
JAVET_NODE_VERSION: 20.16.0
12-
JAVET_VERSION: 3.1.5
11+
JAVET_NODE_VERSION: 20.17.0
12+
JAVET_VERSION: 3.1.6
1313
ROOT: /home/runner/work/Javet
1414

1515
jobs:

‎.github/workflows/android_v8_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
JAVET_V8_VERSION: 12.8.374.17
12-
JAVET_VERSION: 3.1.5
12+
JAVET_VERSION: 3.1.6
1313
ROOT: /home/runner/work/Javet
1414

1515
jobs:

0 commit comments

Comments
 (0)