Skip to content

Commit 1f2ce12

Browse files
committed
[actions] improve actions naming
1 parent b17706c commit 1f2ce12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-18+.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Tests: node.js'
1+
name: 'Tests: node.js (18+)'
22

33
on: [pull_request, push]
44

.github/workflows/node-minors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Tests: node.js'
1+
name: 'Tests: node.js (4 - 18)'
22

33
on: [pull_request, push]
44

0 commit comments

Comments
 (0)