Skip to content

Commit

Permalink
Build musl/musl-arm with node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumelecerf committed Nov 28, 2023
1 parent efcd2de commit 6f6e8e6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [15.7.0, 16.11.1, 17.6.0, 18.8.0, 19.0.0]
node: [15.7.0, 16.11.1, 17.6.0, 18.8.0, 19.0.0, 20.0.0]
include:
- architecture: arm64
architecture_node: x64
Expand All @@ -42,6 +42,8 @@ jobs:
node: 18.8.0
- python_version: 3
node: 19.0.0
- python_version: 3
node: 20.0.0
runs-on: ubuntu-latest
container:
image: dockcross/linux-arm64-musl
Expand Down Expand Up @@ -78,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [15.7.0, 16.11.1, 17.6.0, 18.8.0, 19.0.0]
node: [15.7.0, 16.11.1, 17.6.0, 18.8.0, 19.0.0, 20.0.0]
include:
- python_version: 3
node: 16.11.1
Expand All @@ -88,6 +90,8 @@ jobs:
node: 18.8.0
- python_version: 3
node: 19.0.0
- python_version: 3
node: 20.0.0
runs-on: ubuntu-latest
container:
image: node:${{ matrix.node }}-alpine
Expand Down

0 comments on commit 6f6e8e6

Please sign in to comment.