Skip to content

Commit 138591a

Browse files
committed
setup node.js in bump-n-release CI workflow
1 parent 5e3d93f commit 138591a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/bump-n-release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- uses: actions/setup-python@v5
3434
with:
3535
python-version: 3.x
36+
- uses: actions/setup-node@v4
37+
with:
38+
node-version: 20.x
39+
- run: yarn install
3640
- uses: cargo-bins/cargo-binstall@main
3741
- run: cargo binstall -y git-cliff
3842
- name: Bump ${{ inputs.component }} verion

0 commit comments

Comments
 (0)