File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -132,11 +132,11 @@ jobs:
132
132
if : ${{ matrix.native }}
133
133
run : pnpm run build.js
134
134
135
- - name : Install Node 10
135
+ - name : Install Node 12
136
136
if : ${{ matrix.native && matrix.os != 'macos-14' }}
137
137
uses : actions/setup-node@v4
138
138
with :
139
- node-version : 10
139
+ node-version : 12
140
140
architecture : ${{ env.setup_node_arch }}
141
141
142
142
- name : Build Native
@@ -292,7 +292,7 @@ jobs:
292
292
- windows-2022
293
293
- macos-13
294
294
node-version :
295
- - 10
295
+ - 12
296
296
- 22
297
297
298
298
include :
@@ -305,7 +305,7 @@ jobs:
305
305
node-version : ${{ matrix.node-version }}
306
306
307
307
- name : Install Yarn 1
308
- if : matrix.node-version == 10
308
+ if : matrix.node-version == 12
309
309
run : |
310
310
npm i -g yarn@^1
311
311
@@ -315,7 +315,7 @@ jobs:
315
315
npm i -g yarn@latest
316
316
317
317
- name : Install Pnpm 5
318
- if : matrix.node-version == 10
318
+ if : matrix.node-version == 12
319
319
uses : pnpm/action-setup@v4
320
320
with :
321
321
version : 5
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ npm install zeromq
67
67
68
68
Supported versions:
69
69
70
- - Node.js v10 + (requires a [ N-API] ( https://nodejs.org/api/n-api.html ) )
70
+ - Node.js v12 + (requires a [ N-API] ( https://nodejs.org/api/n-api.html ) )
71
71
72
72
## Examples
73
73
@@ -326,7 +326,7 @@ during build, you can build this package from source.
326
326
Make sure you have the following installed before attempting to build from
327
327
source:
328
328
329
- - Node.js 10 + or Electron
329
+ - Node.js 12 + or Electron
330
330
- C++17 compiler toolchain (e.g. LLVM, GCC, MSVC)
331
331
- Python 3
332
332
- CMake 3.16+
Original file line number Diff line number Diff line change 67
67
"which" : " ^5.0.0"
68
68
},
69
69
"engines" : {
70
- "node" : " >= 10 " ,
70
+ "node" : " >= 12 " ,
71
71
"pnpm" : " >= 9"
72
72
},
73
73
"overrides" : {
You can’t perform that action at this time.
0 commit comments