Skip to content

Commit 2fbdf59

Browse files
committed
fix pipeline naming
1 parent e05de95 commit 2fbdf59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
node:
12-
name: v${{ matrix.node-version }}
12+
name: node v${{ matrix.node-version }}
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:

0 commit comments

Comments
 (0)