Skip to content

Commit a43ea28

Browse files
committed
chore: Add CI workflow name to display Node.js and OS versions
1 parent f2f67aa commit a43ea28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
node-version: [18, 20, 22]
2020

2121
runs-on: ${{ matrix.os }}
22+
name: integration - Node ${{ matrix.node-version }} on ${{ matrix.os }}
2223
steps:
2324
- name: Checkout repository
2425
uses: actions/checkout@v4

0 commit comments

Comments
 (0)