build: Explicitly install node through package manager
This commit is contained in:
parent
f25d15ed39
commit
c70620e88c
@ -66,9 +66,12 @@ jobs:
|
|||||||
needs: semrel_dryrun
|
needs: semrel_dryrun
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v3
|
run: |
|
||||||
with:
|
apt-get update && apt-get install -y --no-install-recommends \
|
||||||
node-version: 20
|
npm
|
||||||
|
npm install npm@latest -g
|
||||||
|
npm install n -g
|
||||||
|
n latest
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user