build: Explicitly install node through package manager
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user