Skip to content

Commit

Permalink
Merge pull request #486 from eXamadeus/types/4.x/update-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Oct 17, 2021
2 parents 78fc27f + 4556d0f commit c0c7d6c
Show file tree
Hide file tree
Showing 7 changed files with 1,271 additions and 10,253 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-types.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: CI
on: [push, pull_request]
on: [pull_request]
jobs:
build:
name: Lint, Test, Report Coverage on Node ${{ matrix.node }}

runs-on: ubuntu-latest
strategy:
matrix:
node: ['10.x', '12.x', '14.x', '15.x']
node: ['14.x']

steps:
- name: Checkout repo
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
fail-fast: false
matrix:
node: ['14.x']
ts: ['2.9', '3.0']
ts: ['4.2', '4.3', '4.4', 'next']
steps:
- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit c0c7d6c

Please sign in to comment.