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