Skip to content

Commit c0fa333

Browse files
committed
ci: setup node 24 for oidc release
1 parent 774cf6d commit c0fa333

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
- name: Install
2626
uses: ./.github/composite-actions/install
2727

28+
- uses: actions/setup-node@v4
29+
with:
30+
node-version: 24
31+
registry-url: "https://registry.npmjs.org"
32+
2833
- name: Build packages
2934
run: bun run build
3035

0 commit comments

Comments
 (0)