Skip to content

Commit

Permalink
Fix job name in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
w666 committed Oct 11, 2024
1 parent bde259a commit 504fffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node: [20]
name: Node ${{ matrix.node }} sample
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v4
- name: Setup node
Expand Down

0 comments on commit 504fffd

Please sign in to comment.