diff --git a/.github/workflows/turf.yml b/.github/workflows/turf.yml index 117eb2852d..69c47bdd7c 100644 --- a/.github/workflows/turf.yml +++ b/.github/workflows/turf.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2