diff --git a/.github/workflows/node-ci.yaml b/.github/workflows/node-ci.yaml index aebeed2..4e87615 100644 --- a/.github/workflows/node-ci.yaml +++ b/.github/workflows/node-ci.yaml @@ -5,7 +5,7 @@ jobs: name: Install, lint, build and test strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x] os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{matrix.os}} steps: