diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7adaca3cb6..d4347a9c93 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -46,7 +46,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 14 - name: Install Semantic Release dependencies run: |