Skip to content

Commit c13733a

Browse files
authored
update CI naming (#495)
Co-authored-by: 5saviahv <[email protected]>
1 parent 9314b32 commit c13733a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
jobs:
88
build:
9+
name: Node ${{ matrix.node-version }}
910
runs-on: ubuntu-latest
1011

1112
strategy:
@@ -14,7 +15,8 @@ jobs:
1415
node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
1516

1617
steps:
17-
- uses: actions/checkout@v4
18+
- name: Clone repository
19+
uses: actions/checkout@v4
1820

1921
- name: Setup Node.js
2022
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)