Skip to content

Commit

Permalink
ci: downgrade to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jun 14, 2024
1 parent 32d6877 commit 8fd6653
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- ubuntu-20.04
- windows-2022
node_version:
- 20
- 18
node_arch:
- x64
cpp_arch:
Expand All @@ -33,40 +33,40 @@ jobs:

include:
- os: windows-2022
node_version: 20
node_version: 18
node_arch: x86
ARCH: x86
cpp_arch: amd64_x86
zmq_draft: false

# - os: windows-2022
# node_version: 20
# node_version: 18
# node_arch: x64
# ARCH: arm64
# cpp_arch: amd64_arm64
# zmq_draft: false

- os: macos-13
node_version: 20
node_version: 18
node_arch: x64
ARCH: x86_64
cpp_arch: x64
zmq_draft: false

- os: macos-13
node_version: 20
node_version: 18
node_arch: x64
ARCH: arm64
cpp_arch: amd64_arm64
zmq_draft: false

# Alpine
- os: ubuntu-22.04
docker: node:20-alpine
docker: node:18-alpine
docker_cmd:
apk add --no-cache pkgconfig curl tar python3 make gcc g++ cmake
musl-dev && npm i -g pnpm && pnpm install && pnpm run prebuild
node_version: 20
node_version: 18
node_arch: x64
ARCH: x64
cpp_arch: x64
Expand Down

0 comments on commit 8fd6653

Please sign in to comment.