Skip to content

Commit

Permalink
chore(ci): Rename matrix job
Browse files Browse the repository at this point in the history
  • Loading branch information
manferlo81 committed Nov 13, 2024
1 parent 74d88ed commit 66298d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- 21.x
- 22.x

name: Test and Build ( ${{ matrix.os.name }}, Node.js v${{ matrix.node-version }} )
name: Test and Build, ${{ matrix.os.name }}, Node.js v${{ matrix.node-version }}

runs-on: ${{ matrix.os.image }}
needs: Lint
Expand Down

0 comments on commit 66298d9

Please sign in to comment.