Skip to content

Commit 172578b

Browse files
committed
chore: move npm publish to 2fa+oidc
1 parent fd8711d commit 172578b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,11 @@ jobs:
333333
steps:
334334
- uses: actions/checkout@v4
335335

336+
- uses: actions/setup-node@v4
337+
with:
338+
node-version: '24'
339+
registry-url: 'https://registry.npmjs.org'
340+
336341
- name: Download darwin build
337342
uses: actions/download-artifact@v4
338343
with:

0 commit comments

Comments
 (0)