From 24a0fec4354df24a989521588ccf7002c38f8fa5 Mon Sep 17 00:00:00 2001 From: Vince Picone Date: Thu, 17 Jun 2021 18:46:34 -0500 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 298ddcab4fb..f3d1bc78e86 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,10 +15,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 12.x + - name: Use Node.js 14.x uses: actions/setup-node@v2-beta with: - node-version: 12.x + node-version: 14.x - name: Install packages run: yarn install --frozen-lockfile --network-timeout 300000