Add Node executable to Path
All checks were successful
/ build (push) Successful in 12s

This commit is contained in:
Kaybee 2024-07-17 23:20:23 +02:00
parent df5d626872
commit 04d2cb4c9a

View file

@ -36,10 +36,8 @@ 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
- run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash - run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
- 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