Skip to content

Commit

Permalink
Updated TypeScript version for tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
timocov committed Oct 30, 2019
1 parent 98e8e89 commit e4adb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- checkout
- run: npm install
- run: npm install typescript@3.5.1
- run: npm install typescript@3.6.4
- run: npm run tsc
- run: npm run lint
- run: npm run test
Expand Down

0 comments on commit e4adb1a

Please sign in to comment.