Skip to content

Commit 26b84e8

Browse files
committed
Add testing against TypeScript 5.0 beta
1 parent f5381fa commit 26b84e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
fail-fast: false
9999
matrix:
100100
node: ['16.x']
101-
ts: ['4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9']
101+
ts: ['4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9', '5.0.0-beta']
102102
steps:
103103
- name: Checkout repo
104104
uses: actions/checkout@v2

0 commit comments

Comments
 (0)