Skip to content

Commit 513fa35

Browse files
committed
Tweak job names
1 parent 5847d0a commit 513fa35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ jobs:
103103
run: rm -rf dist && yarn tsc -p . --moduleResolution Bundler --module ESNext --noEmit false --declaration --emitDeclarationOnly --outDir dist --target ESNext && rm -rf dist
104104

105105
test-type-portability:
106-
name: Test Type Portability with TypeScript ${{ matrix.ts }} and Node.js ${{ matrix.node }}
106+
name: 'Test Type Portability: TS ${{ matrix.ts }} + Node ${{ matrix.node }}'
107107
needs: [build]
108108
runs-on: ubuntu-latest
109109
strategy:
110110
fail-fast: false
111111
matrix:
112112
node: ['20.x']
113-
ts: ['5.0', '5.1', '5.2', '5.3', '5.4', '5.5', 'next']
113+
ts: ['5.3', '5.4', '5.5', 'next']
114114
example:
115115
[
116116
{ name: 'bundler', moduleResolution: 'Bundler' },
@@ -154,7 +154,7 @@ jobs:
154154
yarn workspace @examples-type-portability/${{ matrix.example.name }} run test --module ESNext --moduleResolution Node10 --preserveSymLinks --verbatimModuleSyntax false
155155
156156
test-types:
157-
name: Test Types with TypeScript ${{ matrix.ts }}
157+
name: 'Test Types: TS ${{ matrix.ts }}'
158158

159159
needs: [build]
160160
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)