Skip to content

Commit 76e6e46

Browse files
authored
Update sync-branch.yaml
1 parent 6bcc53b commit 76e6e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-branch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- name: Use node version 12.x
17+
- name: Use node version 14.x
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 12.x
20+
node-version: 14.x
2121
- uses: actions/checkout@v2
2222
with:
2323
ref: ${{ github.event.inputs.branch_name || github.event.client_payload.branch_name }}

0 commit comments

Comments
 (0)