File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
- ubuntu-20.04
18
18
- windows-2022
19
19
node_version :
20
- - 20
20
+ - 18
21
21
node_arch :
22
22
- x64
23
23
cpp_arch :
@@ -33,40 +33,40 @@ jobs:
33
33
34
34
include :
35
35
- os : windows-2022
36
- node_version : 20
36
+ node_version : 18
37
37
node_arch : x86
38
38
ARCH : x86
39
39
cpp_arch : amd64_x86
40
40
zmq_draft : false
41
41
42
42
# - os: windows-2022
43
- # node_version: 20
43
+ # node_version: 18
44
44
# node_arch: x64
45
45
# ARCH: arm64
46
46
# cpp_arch: amd64_arm64
47
47
# zmq_draft: false
48
48
49
49
- os : macos-13
50
- node_version : 20
50
+ node_version : 18
51
51
node_arch : x64
52
52
ARCH : x86_64
53
53
cpp_arch : x64
54
54
zmq_draft : false
55
55
56
56
- os : macos-13
57
- node_version : 20
57
+ node_version : 18
58
58
node_arch : x64
59
59
ARCH : arm64
60
60
cpp_arch : amd64_arm64
61
61
zmq_draft : false
62
62
63
63
# Alpine
64
64
- os : ubuntu-22.04
65
- docker : node:20 -alpine
65
+ docker : node:18 -alpine
66
66
docker_cmd :
67
67
apk add --no-cache pkgconfig curl tar python3 make gcc g++ cmake
68
68
musl-dev && npm i -g pnpm && pnpm install && pnpm run prebuild
69
- node_version : 20
69
+ node_version : 18
70
70
node_arch : x64
71
71
ARCH : x64
72
72
cpp_arch : x64
You can’t perform that action at this time.
0 commit comments