From 7ae02b93336c69adb4d3e1c96536b133fdbf3de7 Mon Sep 17 00:00:00 2001 From: James Beard Date: Thu, 5 Dec 2024 11:32:26 +1100 Subject: [PATCH] Drop node 16 from CI (end of life was a year ago). Add node 22 instead. (#2761) --- .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 ba4be27474..ff07ad9e8f 100644 --- a/.github/workflows/turf.yml +++ b/.github/workflows/turf.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - name: Checkout