diff --git a/.github/workflows/ci_deploy.yaml b/.github/workflows/ci_deploy.yaml index f47d3f03ad..4d2fdbbc0e 100644 --- a/.github/workflows/ci_deploy.yaml +++ b/.github/workflows/ci_deploy.yaml @@ -27,9 +27,9 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v2 with: - node-version: '20' + node-version: '14' - name: Install dependencies run: npm install