diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 63e6d4b..174b609 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 16.x] + node-version: [18.x, 16.x, 14.x] fail-fast: true steps: