mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Adds latest version of TypeScript to the repro code (#39641)
This commit is contained in:
5
.github/workflows/twoslash-repros.yaml
vendored
5
.github/workflows/twoslash-repros.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user