Skip to content

Commit f5381fa

Browse files
committed
Use TypeSript 4.9 instead of 4.9-rc
1 parent f8e84b3 commit f5381fa

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.2-rc']
101+
ts: ['4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9']
102102
steps:
103103
- name: Checkout repo
104104
uses: actions/checkout@v2

0 commit comments

Comments
 (0)