Skip to content

Commit 7d8ba81

Browse files
remove node from matrix tests
1 parent b92bc86 commit 7d8ba81

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,10 @@ jobs:
7575
strategy:
7676
matrix:
7777
linux_arch: [amd64, arm64]
78-
node: [16.20.1, 18.x, 20.x, 22.x]
7978
fail-fast: false
8079
steps:
8180
- uses: actions/checkout@v4
8281

83-
- uses: actions/setup-node@v4
84-
with:
85-
node-version: ${{ matrix.node }}
86-
8782
- name: Get Full Node.js Version
8883
id: get_nodejs_version
8984
shell: bash
@@ -102,7 +97,6 @@ jobs:
10297
docker --debug buildx build --progress=plain --no-cache \
10398
--platform linux/${{ matrix.linux_arch }} \
10499
--build-arg="PLATFORM=${{ matrix.linux_arch == 'arm64' && 'arm64v8' || matrix.linux_arch }}" \
105-
--build-arg="NODE_VERSION=${{ steps.get_nodejs_version.outputs.version }}" \
106100
--output type=local,dest=./prebuilds,platform-split=false \
107101
-f ./.github/docker/Dockerfile.musl \
108102
.

0 commit comments

Comments
 (0)