build: Explicitly install node through package manager

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

@ -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