chore: Install node as first action workflow step
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 47s
Container & Helm chart / Cluster API node template (push) Failing after 4s

This commit is contained in:
Danny Bessems 2024-06-08 20:56:00 +10:00
parent 11ac815ac6
commit f25d15ed39

View File

@ -65,6 +65,10 @@ jobs:
# needs: [semrel_dryrun, linting]
needs: semrel_dryrun
steps:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies