Changed to official Node Installation Way
All checks were successful
/ build (push) Has been skipped

This commit is contained in:
Kaybee 2024-07-17 23:12:52 +02:00
parent 34d0d54b6e
commit df5d626872

View file

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