File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 FULL_DISTRIBUTE_PATH : build/distribute
2222 RUNTIME_URL : https://artifacts.electronjs.org/headers/dist
2323 RUNTIME_NAME : iojs
24- RUNTIME_VERSION : v29.4.3
24+ RUNTIME_VERSION : v43.2.0
2525
2626permissions :
2727 contents : read
5858 - name : Install Node.js
5959 uses : actions/setup-node@v4
6060 with :
61- node-version : ' 20 .x'
61+ node-version : ' 24 .x'
6262
6363 - name : Install dependencies
6464 run : yarn install
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if(APPLE)
77 endif ()
88 if (NOT CMAKE_OSX_DEPLOYMENT_TARGET)
99 if ("${CMAKE_OSX_ARCHITECTURES} " STREQUAL "arm64" )
10- set (CMAKE_OSX_DEPOLYMENT_TARGET "11.0" )
10+ set (CMAKE_OSX_DEPLOYMENT_TARGET "11.0" )
1111 else ()
1212 set (CMAKE_OSX_DEPLOYMENT_TARGET "10.15" )
1313 endif ()
@@ -22,7 +22,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
2222
2323SET (NODEJS_URL "https://artifacts.electronjs.org/headers/dist" CACHE STRING "Node.JS URL" )
2424SET (NODEJS_NAME "iojs" CACHE STRING "Node.JS Name" )
25- SET (NODEJS_VERSION "v29.4.3 " CACHE STRING "Node.JS Version" )
25+ SET (NODEJS_VERSION "v43.2.0 " CACHE STRING "Node.JS Version" )
2626
2727include (NodeJS )
2828include (CPack )
Original file line number Diff line number Diff line change 3333
3434# Configure
3535cmake .. \
36- -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 \
36+ -DCMAKE_OSX_DEPLOYMENT_TARGET=${CMAKE_OSX_DEPLOYMENT_TARGET} \
3737-DCMAKE_BUILD_TYPE=RelWithDebInfo \
3838-DCMAKE_INSTALL_PREFIX=${FULL_DISTRIBUTE_PATH} /node-window-rendering \
3939${NODEJS_NAME_PARAM} \
You can’t perform that action at this time.
0 commit comments