From 3087fc28849150ffcfdab3b3e886548abe41ca99 Mon Sep 17 00:00:00 2001 From: James Beard Date: Wed, 4 Dec 2024 17:45:10 +1100 Subject: [PATCH] Drop node 16 from CI (end of life was a year ago). Add node 22 instead. --- .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 ba4be2747..ff07ad9e8 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