Skip to content

Commit 5bce590

Browse files
author
Nie Zhihe
committed
fix: upgrade node version to support windows compilation
1 parent a62e540 commit 5bce590

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build_node_shared.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787
uses: actions/checkout@v4
8888
with:
8989
repository: nodejs/node
90-
ref: v22.12.0
90+
# At least 23.0.0 to support compilation with MSVC
91+
# Ref: https://github.com/nodejs/node/releases/tag/v23.0.0
92+
ref: v24.12.0
9193

9294
- name: Setup cross-compilation toolchain (Linux ARM64)
9395
if: matrix.platform == 'linux' && matrix.arch == 'arm64'

0 commit comments

Comments
 (0)