Skip to content

Commit d04c1fb

Browse files
committed
Removed Node version from matrix title
- we only run CI on one version so it's not needed any more
1 parent 03d6e75 commit d04c1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
node: 18
3838
host: arm64
3939
target: arm64
40-
name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
40+
name: ${{ matrix.os }} (host=${{ matrix.host }}, target=${{ matrix.target }})
4141
steps:
4242
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4343
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)