mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
Update set-version.yaml
This commit is contained in:
parent
b246dee2b8
commit
6bcc53bbce
4
.github/workflows/set-version.yaml
vendored
4
.github/workflows/set-version.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:
|
||||
ref: ${{ github.event.client_payload.branch_name }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user