Skip to content

Commit eb0e617

Browse files
committed
fix: bring back node 10 build supports
1 parent 3d069c4 commit eb0e617

File tree

4 files changed

+95
-186
lines changed

4 files changed

+95
-186
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ jobs:
125125
if: ${{ !matrix.docker }}
126126
run: pnpm run build.js
127127

128-
- name: Install Node 12
128+
- name: Install Node 10
129129
if: ${{ !matrix.docker && matrix.os != 'macos-14' }}
130130
uses: actions/setup-node@v4
131131
with:
132-
node-version: 12
132+
node-version: 10
133133
architecture: ${{ env.setup_node_arch }}
134134

135135
- name: Build Native

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ during build, you can build this package from source.
9797
Make sure you have the following installed before attempting to build from
9898
source:
9999

100-
- Node.js 12+ or Electron
100+
- Node.js 10+ or Electron
101101
- A working C++17 compiler toolchain with make
102-
- Python 3 with Node 12+ (or legacy Python 2.7)
102+
- Python 3 with Node 10+ (or legacy Python 2.7)
103103
- CMake 2.8+
104104
- curl
105105

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"homepage": "http://zeromq.github.io/zeromq.js/",
2121
"dependencies": {
22-
"@aminya/cmake-ts": "^0.3.0-aminya.5",
22+
"@aminya/cmake-ts": "^0.3.0-aminya.7",
2323
"node-addon-api": "^8.2.1"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)