build: Explicitly install node through package manager
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 1m4s
Container & Helm chart / Cluster API node template (push) Failing after 2s

This commit is contained in:
Danny Bessems 2024-06-08 21:03:15 +10:00
parent f25d15ed39
commit c70620e88c

View File

@ -66,9 +66,12 @@ jobs:
needs: semrel_dryrun
steps:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20
run: |
apt-get update && apt-get install -y --no-install-recommends \
npm
npm install npm@latest -g
npm install n -g
n latest
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies