Skip to content

Commit

Permalink
Update TS test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Jan 21, 2023
1 parent d503ee9 commit a1e9c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
cache: 'npm'

- name: Install deps
Expand All @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ts: ['3.9', '4.0', '4.1', '4.2', '4.3', '4.4', '4.5', 'next']
ts: ['4.2', '4.3', '4.4', '4.5', '4.6', '4.7', '4.8', '4.9']

steps:
- name: Checkout code
Expand Down

0 comments on commit a1e9c32

Please sign in to comment.