From f19c610d91bbd5970c64f1b7fdfe103242ce30a9 Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Fri, 17 Jul 2020 15:15:49 -0400 Subject: [PATCH] Adds latest version of TypeScript to the repro code (#39641) --- .github/workflows/twoslash-repros.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/twoslash-repros.yaml b/.github/workflows/twoslash-repros.yaml index 974a479210d..f4888f53341 100644 --- a/.github/workflows/twoslash-repros.yaml +++ b/.github/workflows/twoslash-repros.yaml @@ -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 }}