Skip to content

Commit

Permalink
Merge pull request #2 from digirati-labs/feature/build-fix
Browse files Browse the repository at this point in the history
Update build-and-test.yaml
  • Loading branch information
p-kaczynski authored Jan 22, 2020
2 parents 0097f3f + a75d651 commit d136b3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
node-version: [10.x, 12.x, 13.x]

steps:
- uses: actions/checkout@v1
Expand All @@ -21,8 +21,8 @@ jobs:
run: |
yarn install --no-lockfile
yarn build
yarn test
- name: Typescript validation
uses: actions/setup-node@v1
with:
node-version: 12.x
run: yarn tsc --noEmit
- run: yarn tsc --noEmit

0 comments on commit d136b3d

Please sign in to comment.