Skip to content

Commit 8bc6872

Browse files
committed
fix
1 parent 8051537 commit 8bc6872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Continuous Integration
22
on: ["push", "pull_request"]
33
jobs:
44
test:
5-
name: Test Node v${{ matrix.node }}, TypeScript v${{ matrix.typescript }}
5+
name: Test Node v${{ matrix.node }}, ${{ matrix.typescript }}
66
runs-on: ubuntu-latest
77
strategy:
88
fail-fast: false

0 commit comments

Comments
 (0)