diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3bac77b..06dcff96 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [14, 16, 18] + node: [16, 18] steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3