Skip to content

Commit

Permalink
[actions] improve actions naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Nov 3, 2023
1 parent b17706c commit 1f2ce12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-18+.yml
@@ -1,4 +1,4 @@
name: 'Tests: node.js'
name: 'Tests: node.js (18+)'

on: [pull_request, push]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-minors.yml
@@ -1,4 +1,4 @@
name: 'Tests: node.js'
name: 'Tests: node.js (4 - 18)'

on: [pull_request, push]

Expand Down

0 comments on commit 1f2ce12

Please sign in to comment.