Added Node Dependency because of: https://github.com/nektos/act/issues/973
All checks were successful
/ build (push) Has been skipped
All checks were successful
/ build (push) Has been skipped
This commit is contained in:
parent
544cdc6ad7
commit
34d0d54b6e
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build-user-config.yml
vendored
6
.github/workflows/build-user-config.yml
vendored
|
@ -34,9 +34,11 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Dependencies
|
||||||
run: apt-get update
|
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
|
- name: Install yaml2json
|
||||||
run: python3 -m pip install remarshal
|
run: python3 -m pip install remarshal
|
||||||
|
|
Loading…
Add table
Reference in a new issue