Skip to content

Commit

Permalink
meta: update TypeScript versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bnorbi95 committed Sep 17, 2022
1 parent 73d8019 commit 9cb38cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ts-version: ["4.4", "4.5", "4.6", "4.7"]
ts-version: ["4.5", "4.6", "4.7", "4.8"]
name: TS Typings (${{ matrix.ts-version }})
runs-on: ubuntu-latest
needs: lint
Expand Down

0 comments on commit 9cb38cb

Please sign in to comment.