Adds latest version of TypeScript to the repro code (#39641)

This commit is contained in:
Orta Therox
2020-07-17 15:15:49 -04:00
committed by GitHub
parent 191f4f63ab
commit f19c610d91

View File

@@ -13,6 +13,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Use node
uses: actions/setup-node@v1
- run: |
npm init -y
npm install --save typescript@next
- uses: microsoft/TypeScript-Twoslash-Repro-Action@master
with:
github-token: ${{ secrets.TS_BOT_GITHUB_TOKEN }}