From 1df80737a18d23161bd99f4ed9f3c6ad43a9e0cb Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Fri, 8 Apr 2022 11:12:29 -0700 Subject: [PATCH] Update release-branch-artifact.yaml 12 -> 14 (we have odd test errors on 12 that aren't worth debugging) --- .github/workflows/release-branch-artifact.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-branch-artifact.yaml b/.github/workflows/release-branch-artifact.yaml index 363d03fc2f6..388f6415af6 100644 --- a/.github/workflows/release-branch-artifact.yaml +++ b/.github/workflows/release-branch-artifact.yaml @@ -11,10 +11,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use node version 12 + - name: Use node version 14 uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - name: Remove existing TypeScript run: | npm uninstall typescript --no-save