diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8eecf65d..7f9231e5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [15.x] + node-version: [14.x] steps: - name: Checkout Repository