Skip to content

Commit f9732f5

Browse files
committed
Update display names
1 parent 88ee1e1 commit f9732f5

9 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/linux_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
on-success:
3535

3636
# Define a display name:
37-
name: "NODE_VERSION=${{ matrix.NODE_VERSION }}"
37+
name: "Node.js v${{ matrix.NODE_VERSION }}"
3838

3939
# Define the type of virtual host machine on which to run the job:
4040
runs-on: ${{ matrix.OS }}

.github/workflows/linux_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
on-success:
3535

3636
# Define a display name:
37-
name: "NODE_VERSION=${{ matrix.NODE_VERSION }}"
37+
name: "Node.js v${{ matrix.NODE_VERSION }}"
3838

3939
# Define the type of virtual host machine on which to run the job:
4040
runs-on: ${{ matrix.OS }}

.github/workflows/linux_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
test:
3333

3434
# Define a display name:
35-
name: "NODE_VERSION=${{ matrix.NODE_VERSION }}"
35+
name: "Node.js v${{ matrix.NODE_VERSION }}"
3636

3737
# Define the type of virtual host machine on which to run the job:
3838
runs-on: ${{ matrix.OS }}

.github/workflows/linux_test_cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
on-success:
3535

3636
# Define a display name:
37-
name: "NODE_VERSION=${{ matrix.NODE_VERSION }}"
37+
name: "Node.js v${{ matrix.NODE_VERSION }}"
3838

3939
# Define the type of virtual host machine on which to run the job:
4040
runs-on: ${{ matrix.OS }}

.github/workflows/linux_test_npm_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
test_npm_install:
3333

3434
# Define a display name:
35-
name: "NODE_VERSION=${{ matrix.NODE_VERSION }}"
35+
name: "Node.js v${{ matrix.NODE_VERSION }}"
3636

3737
# Define the type of virtual host machine on which to run the job:
3838
runs-on: ${{ matrix.OS }}

.github/workflows/macos_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
on-success:
3535

3636
# Define a display name:
37-
name: "NODE_VERSION=${{ matrix.NODE_VERSION }}"
37+
name: "Node.js v${{ matrix.NODE_VERSION }}"
3838

3939
# Define the type of virtual host machine on which to run the job:
4040
runs-on: ${{ matrix.OS }}

.github/workflows/macos_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
test:
3333

3434
# Define a display name:
35-
name: "NODE_VERSION=${{ matrix.NODE_VERSION }}"
35+
name: "Node.js v${{ matrix.NODE_VERSION }}"
3636

3737
# Define the type of virtual host machine on which to run the job:
3838
runs-on: ${{ matrix.OS }}

.github/workflows/macos_test_cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
on-success:
3535

3636
# Define a display name:
37-
name: "NODE_VERSION=${{ matrix.NODE_VERSION }}"
37+
name: "Node.js v${{ matrix.NODE_VERSION }}"
3838

3939
# Define the type of virtual host machine on which to run the job:
4040
runs-on: ${{ matrix.OS }}

.github/workflows/macos_test_npm_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
test_npm_install:
3333

3434
# Define a display name:
35-
name: "NODE_VERSION=${{ matrix.NODE_VERSION }}"
35+
name: "Node.js v${{ matrix.NODE_VERSION }}"
3636

3737
# Define the type of virtual host machine on which to run the job:
3838
runs-on: ${{ matrix.OS }}

0 commit comments

Comments
 (0)