diff --git a/.github/workflows/.pipeline.yml b/.github/workflows/.pipeline.yml index 4f138d8..ebc5c53 100644 --- a/.github/workflows/.pipeline.yml +++ b/.github/workflows/.pipeline.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '16' ] + node: [ '14' ] name: Node ${{ matrix.node }} steps: