Skip to content

Commit fc3954a

Browse files
committed
Update test matrix to Node 16 and TS 4.9
1 parent 401250e commit fc3954a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: 14.x
22+
node-version: 16.x
2323
cache: 'yarn'
2424

2525
- name: Install dependencies
@@ -39,8 +39,8 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
node: ['14.x']
43-
ts: ['4.0', '4.1', '4.2', '4.3', '4.4', '4.5', '4.6', 'next']
42+
node: ['16.x']
43+
ts: ['4.1', '4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9.2-rc']
4444
steps:
4545
- name: Checkout repo
4646
uses: actions/checkout@v2

0 commit comments

Comments
 (0)