Skip to content

Commit 1439923

Browse files
authored
Add TypeScript 5.3 to CI (#2130)
1 parent 2abd620 commit 1439923

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/test.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
node: ['18.x']
54-
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2']
54+
ts: ['4.7', '4.8', '4.9', '5.0', '5.1', '5.2', '5.3']
5555

5656
steps:
5757
- name: Checkout repo
@@ -107,7 +107,17 @@ jobs:
107107
fail-fast: false
108108
matrix:
109109
node: ['18.x']
110-
example: ['cra4', 'cra5', 'next', 'vite', 'node-standard', 'node-esm', 'react-native', 'expo']
110+
example:
111+
[
112+
'cra4',
113+
'cra5',
114+
'next',
115+
'vite',
116+
'node-standard',
117+
'node-esm',
118+
'react-native',
119+
'expo',
120+
]
111121
steps:
112122
- name: Checkout repo
113123
uses: actions/checkout@v4

0 commit comments

Comments
 (0)