Skip to content

Commit 43cd74c

Browse files
ci: ensure the workers-types release uses the correct npm version for trusted publishing
1 parent d67b9d3 commit 43cd74c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@ jobs:
300300
- uses: actions/checkout@v4
301301
with:
302302
show-progress: false
303+
- name: Use Node
304+
uses: actions/setup-node@v4
305+
with:
306+
node-version: 24 # needed for a version of npm that supports "trusted publishing".
303307
- name: Cache
304308
id: cache
305309
uses: actions/cache@v4

0 commit comments

Comments
 (0)