Update sync-branch.yaml

This commit is contained in:
Wesley Wigham
2022-04-08 11:15:41 -07:00
committed by GitHub
parent 6bcc53bbce
commit 76e6e46d51

View File

@@ -14,10 +14,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.inputs.branch_name || github.event.client_payload.branch_name }}