Skip to content

Commit

Permalink
Removed Node version from matrix title
Browse files Browse the repository at this point in the history
- we only run CI on one version so it's not needed any more
  • Loading branch information
daniellockyer committed Dec 30, 2023
1 parent 03d6e75 commit d04c1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
node: 18
host: arm64
target: arm64
name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }})
name: ${{ matrix.os }} (host=${{ matrix.host }}, target=${{ matrix.target }})
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit d04c1fb

Please sign in to comment.