From e9400e1c1d13ffb5345f2a7b9f01951f13c80f32 Mon Sep 17 00:00:00 2001 From: mfedderly Date: Wed, 12 Jul 2023 11:43:01 -0400 Subject: [PATCH] Update supported node-versions based on node EOL (#2451) --- .github/workflows/turf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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