mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Checkout needs everything (#48689)
This commit is contained in:
parent
f1df67cf00
commit
4fdffbf58f
4
.github/workflows/twoslash-repros.yaml
vendored
4
.github/workflows/twoslash-repros.yaml
vendored
@ -28,7 +28,9 @@ jobs:
|
||||
if: ${{ github.event.label.name == 'Bisect Repro' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user