Skip to content

Commit f09741a

Browse files
danbot315Daniel Clayton
andauthored
fix: align npm trusted publish workflow with npm docs (Node 24 + registry-url) (#21)
Co-authored-by: Daniel Clayton <dan@Daniels-Mac-mini.local>
1 parent 5c4cd6d commit f09741a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Setup Node.js for npm Trusted Publishing
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: '20'
32+
node-version: '24'
33+
registry-url: 'https://registry.npmjs.org'
3334

3435
- name: Install dependencies
3536
run: bun install --frozen-lockfile

0 commit comments

Comments
 (0)