Skip to content

Commit 4c0a995

Browse files
committed
ci: fix nwjs build on gh actions and node.js v16 on circleci
1 parent 3d7530b commit 4c0a995

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ workflows:
253253
cares-version: '1.17.1'
254254
nghttp2-version: '1.42.0'
255255
openssl-version: '1.1.1k'
256+
node-libcurl-cpp-std: 'c++17'
256257
e:
257258
name: alpine
258259
- build-addon-unix-and-publish/build-addon:
@@ -268,6 +269,7 @@ workflows:
268269
libcurl-version: '7.50.0'
269270
nghttp2-version: '1.42.0'
270271
openssl-version: '1.1.1k'
272+
node-libcurl-cpp-std: 'c++17'
271273
e:
272274
name: alpine
273275
####

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@ jobs:
204204
- 0.49.2
205205
include:
206206
- libcurl-release: 7.73.0
207-
node: 14
207+
node: 16
208208
nwjs-version: 0.52.0
209209
node-libcurl-cpp-std: c++17
210210
- libcurl-release: 7.73.0
211-
node: 14
211+
node: 16
212212
nwjs-version: 0.51.2
213213
node-libcurl-cpp-std: c++17
214214
env:

0 commit comments

Comments
 (0)