We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcc53b commit 76e6e46Copy full SHA for 76e6e46
.github/workflows/sync-branch.yaml
@@ -14,10 +14,10 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - name: Use node version 12.x
+ - name: Use node version 14.x
18
uses: actions/setup-node@v1
19
with:
20
- node-version: 12.x
+ node-version: 14.x
21
- uses: actions/checkout@v2
22
23
ref: ${{ github.event.inputs.branch_name || github.event.client_payload.branch_name }}
0 commit comments