Skip to content

Commit 8fd6653

Browse files
committed
ci: downgrade to node 18
1 parent 32d6877 commit 8fd6653

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- ubuntu-20.04
1818
- windows-2022
1919
node_version:
20-
- 20
20+
- 18
2121
node_arch:
2222
- x64
2323
cpp_arch:
@@ -33,40 +33,40 @@ jobs:
3333

3434
include:
3535
- os: windows-2022
36-
node_version: 20
36+
node_version: 18
3737
node_arch: x86
3838
ARCH: x86
3939
cpp_arch: amd64_x86
4040
zmq_draft: false
4141

4242
# - os: windows-2022
43-
# node_version: 20
43+
# node_version: 18
4444
# node_arch: x64
4545
# ARCH: arm64
4646
# cpp_arch: amd64_arm64
4747
# zmq_draft: false
4848

4949
- os: macos-13
50-
node_version: 20
50+
node_version: 18
5151
node_arch: x64
5252
ARCH: x86_64
5353
cpp_arch: x64
5454
zmq_draft: false
5555

5656
- os: macos-13
57-
node_version: 20
57+
node_version: 18
5858
node_arch: x64
5959
ARCH: arm64
6060
cpp_arch: amd64_arm64
6161
zmq_draft: false
6262

6363
# Alpine
6464
- os: ubuntu-22.04
65-
docker: node:20-alpine
65+
docker: node:18-alpine
6666
docker_cmd:
6767
apk add --no-cache pkgconfig curl tar python3 make gcc g++ cmake
6868
musl-dev && npm i -g pnpm && pnpm install && pnpm run prebuild
69-
node_version: 20
69+
node_version: 18
7070
node_arch: x64
7171
ARCH: x64
7272
cpp_arch: x64

0 commit comments

Comments
 (0)