From b0370535ada6fdfce9576f39168223ae558784db Mon Sep 17 00:00:00 2001 From: James Beard Date: Sun, 16 Nov 2025 15:24:02 +1100 Subject: [PATCH 1/2] Added id-token permission to allow for migration to npm trusted publishing. Updating node versions to reflect support matrix. --- .github/workflows/release.yml | 3 ++- .github/workflows/turf.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4547c0bb1..a4b8ddee4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,6 +6,7 @@ on: - "v*.*.*" permissions: + id-token: write contents: write jobs: @@ -14,7 +15,7 @@ jobs: fail-fast: true matrix: node: - - 18 + - 20 platform: - ubuntu-latest name: "${{matrix.platform}} / Node.js ${{ matrix.node }}" diff --git a/.github/workflows/turf.yml b/.github/workflows/turf.yml index fa2147665..3edf68298 100644 --- a/.github/workflows/turf.yml +++ b/.github/workflows/turf.yml @@ -19,7 +19,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x] + node-version: [20.x, 22.x, 24.x] steps: - name: Checkout From 25fc2966e7f5c36ce48085704de976084f32ea23 Mon Sep 17 00:00:00 2001 From: James Beard Date: Sun, 16 Nov 2025 15:25:28 +1100 Subject: [PATCH 2/2] Renamed turf.yml more descriptively to ci.yml --- .github/workflows/{turf.yml => ci.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{turf.yml => ci.yml} (100%) diff --git a/.github/workflows/turf.yml b/.github/workflows/ci.yml similarity index 100% rename from .github/workflows/turf.yml rename to .github/workflows/ci.yml