Added Node Dependency because of: https://github.com/nektos/act/issues/973
All checks were successful
/ build (push) Has been skipped

This commit is contained in:
Kaybee 2024-07-17 23:08:51 +02:00
parent 544cdc6ad7
commit 34d0d54b6e

View file

@ -34,9 +34,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Install Python
- name: Install Dependencies
run: apt-get update
- run: apt-get -y install python3-pip jq
- 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
- name: Install yaml2json
run: python3 -m pip install remarshal