Update set-version.yaml

This commit is contained in:
Wesley Wigham 2022-04-08 11:15:21 -07:00 committed by GitHub
parent b246dee2b8
commit 6bcc53bbce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}