diff --git a/.github/workflows/turf.yml b/.github/workflows/ci.yml similarity index 95% rename from .github/workflows/turf.yml rename to .github/workflows/ci.yml index fa2147665..3edf68298 100644 --- a/.github/workflows/turf.yml +++ b/.github/workflows/ci.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 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 }}"