From ee820689899a9649234d4e44d8929e6d7a813b90 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Fri, 8 Apr 2022 11:13:13 -0700 Subject: [PATCH] Update new-release-branch.yaml 12 -> 14 --- .github/workflows/new-release-branch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new-release-branch.yaml b/.github/workflows/new-release-branch.yaml index 6c07e96bbbb..65c36525f38 100644 --- a/.github/workflows/new-release-branch.yaml +++ b/.github/workflows/new-release-branch.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: fetch-depth: 5