Changed to official Node Installation Way
All checks were successful
/ build (push) Has been skipped
All checks were successful
/ build (push) Has been skipped
This commit is contained in:
parent
34d0d54b6e
commit
df5d626872
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build-user-config.yml
vendored
5
.github/workflows/build-user-config.yml
vendored
|
@ -37,8 +37,9 @@ jobs:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: apt-get update
|
run: apt-get update
|
||||||
- run: apt-get -y install python3-pip jq curl
|
- run: apt-get -y install python3-pip jq curl
|
||||||
- run: curl -fsSL https://deb.nodesource.com/setup_20.x | -E bash -
|
- run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
||||||
- run: apt-get install -y nodejs
|
- run: nvm install 20
|
||||||
|
- run: node -v
|
||||||
|
|
||||||
- name: Install yaml2json
|
- name: Install yaml2json
|
||||||
run: python3 -m pip install remarshal
|
run: python3 -m pip install remarshal
|
||||||
|
|
Loading…
Add table
Reference in a new issue