Skip to content

Commit

Permalink
ci: fix nwjs build on gh actions and node.js v16 on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
JCMais committed May 8, 2021
1 parent 3d7530b commit 4c0a995
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ workflows:
cares-version: '1.17.1'
nghttp2-version: '1.42.0'
openssl-version: '1.1.1k'
node-libcurl-cpp-std: 'c++17'
e:
name: alpine
- build-addon-unix-and-publish/build-addon:
Expand All @@ -268,6 +269,7 @@ workflows:
libcurl-version: '7.50.0'
nghttp2-version: '1.42.0'
openssl-version: '1.1.1k'
node-libcurl-cpp-std: 'c++17'
e:
name: alpine
####
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ jobs:
- 0.49.2
include:
- libcurl-release: 7.73.0
node: 14
node: 16
nwjs-version: 0.52.0
node-libcurl-cpp-std: c++17
- libcurl-release: 7.73.0
node: 14
node: 16
nwjs-version: 0.51.2
node-libcurl-cpp-std: c++17
env:
Expand Down

0 comments on commit 4c0a995

Please sign in to comment.