Skip to content

Commit 6bcc53b

Browse files
authored
Update set-version.yaml
1 parent b246dee commit 6bcc53b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/set-version.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- name: Use node version 12.x
12+
- name: Use node version 14.x
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: 12.x
15+
node-version: 14.x
1616
- uses: actions/checkout@v2
1717
with:
1818
ref: ${{ github.event.client_payload.branch_name }}

0 commit comments

Comments
 (0)