From cc227a858519aa54f4a3382c8053a09234dc76ab Mon Sep 17 00:00:00 2001 From: Matthew Fedderly Date: Tue, 11 Jul 2023 20:48:25 -0400 Subject: [PATCH] Update supported node-versions based on node EOL --- .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