Skip to content

Commit

Permalink
ci: rename the job name
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Aug 28, 2024
1 parent 70c3a55 commit a4c44c2
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 @@ -9,7 +9,7 @@ on:

jobs:
build-and-test:
name: Node.js-${{ matrix.node }} on ${{ matrix.os }}
name: Tests on ${{ matrix.os }} with NodeJS-22

strategy:
matrix:
Expand Down

0 comments on commit a4c44c2

Please sign in to comment.