Skip to content

Commit 6e23328

Browse files
authored
Bump Node to 24 LTS so the release job's npm supports trusted publishing (#170)
1 parent 1e36e59 commit 6e23328

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version-file: '.nvmrc'
25-
# Trusted publishing requires npm >= 11.5.1
26-
- run: npm install -g npm@latest && npm -v
2725
- run: yarn install --frozen-lockfile
2826
- id: changesets
2927
uses: changesets/action@v1

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.17.1
1+
24.18.0

0 commit comments

Comments
 (0)