mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Checkout needs everything (#48689)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user