mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Changed to official Node Installation Way
This commit is contained in:
parent
34d0d54b6e
commit
df5d626872
5
.github/workflows/build-user-config.yml
vendored
5
.github/workflows/build-user-config.yml
vendored
|
|
@ -37,8 +37,9 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: apt-get update
|
||||
- run: apt-get -y install python3-pip jq curl
|
||||
- run: curl -fsSL https://deb.nodesource.com/setup_20.x | -E bash -
|
||||
- run: apt-get install -y nodejs
|
||||
- run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
||||
- run: nvm install 20
|
||||
- run: node -v
|
||||
|
||||
- name: Install yaml2json
|
||||
run: python3 -m pip install remarshal
|
||||
|
|
|
|||
Loading…
Reference in a new issue