Skip to content

Commit 0638f19

Browse files
committed
Remove "with" from build name
1 parent 3b680ba commit 0638f19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
name: Test with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
7+
name: Test Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
88

99
strategy:
1010
matrix:

0 commit comments

Comments
 (0)