mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Update new-release-branch.yaml
12 -> 14
This commit is contained in:
4
.github/workflows/new-release-branch.yaml
vendored
4
.github/workflows/new-release-branch.yaml
vendored
@@ -9,10 +9,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Use node version 12.x
|
||||
- name: Use node version 14.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12.x
|
||||
node-version: 14.x
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 5
|
||||
|
||||
Reference in New Issue
Block a user