Skip to content

Commit 1cacdaa

Browse files
authored
ci: add setup node into release.yaml (#33)
1 parent 7c5ba11 commit 1cacdaa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
fetch-depth: 0
4747
persist-credentials: true
4848

49+
- name: Set up node@24
50+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
51+
with:
52+
node-version: 24
53+
4954
- name: Set up bun@latest
5055
uses: oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2.2.0
5156

0 commit comments

Comments
 (0)