Skip to content

Commit 4fa5c7d

Browse files
Preparing for NPM trusted publishing plus node version housekeeping (#2952)
* Added id-token permission to allow for migration to npm trusted publishing. Updating node versions to reflect support matrix. * Renamed turf.yml more descriptively to ci.yml
1 parent 536112d commit 4fa5c7d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node-version: [18.x, 20.x, 22.x]
22+
node-version: [18.x, 20.x, 22.x, 24.x]
2323

2424
steps:
2525
- name: Checkout

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "v*.*.*"
77

88
permissions:
9+
id-token: write
910
contents: write
1011

1112
jobs:
@@ -14,7 +15,7 @@ jobs:
1415
fail-fast: true
1516
matrix:
1617
node:
17-
- 18
18+
- 20
1819
platform:
1920
- ubuntu-latest
2021
name: "${{matrix.platform}} / Node.js ${{ matrix.node }}"

0 commit comments

Comments
 (0)