diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6aed3a6f..50176633 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js v14 uses: actions/setup-node@v1 with: - node-version: 16.x + node-version: 12.x - name: Install dependencies run: |