diff --git a/.github/workflows/set-version.yaml b/.github/workflows/set-version.yaml index d5bd8faa834..a3077e39e2d 100644 --- a/.github/workflows/set-version.yaml +++ b/.github/workflows/set-version.yaml @@ -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 }}