diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 571d227..c8c1b94 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -29,7 +29,7 @@ jobs: fail-fast: true max-parallel: 1 matrix: - node-version: [ 14.x, 16.x, 18.x, 'lts/*', latest ] + node-version: [ 'lts/*', latest ] steps: - uses: actions/checkout@v3