Skip to content

Commit aa27731

Browse files
committed
Install node in release-initialise action
1 parent 054745b commit aa27731

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/actions/release-initialise/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ runs:
1515
run: echo "$GITHUB_CONTEXT"
1616
shell: bash
1717

18+
- name: Set up Node
19+
uses: actions/setup-node@v6
20+
with:
21+
node-version: 20
22+
cache: 'npm'
23+
1824
- name: Set up Python
1925
uses: actions/setup-python@v6
2026
with:

0 commit comments

Comments
 (0)