Install node in release-initialise action

This commit is contained in:
Michael B. Gale
2026-03-13 13:07:45 +00:00
parent d50cb700e3
commit f7da902f78
@@ -15,6 +15,12 @@ runs:
run: echo "$GITHUB_CONTEXT"
shell: bash
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: 20
cache: 'npm'
- name: Set up Python
uses: actions/setup-python@v6
with: