diff --git a/.github/workflows/build-user-config.yml b/.github/workflows/build-user-config.yml index a4d97b6..66df4a0 100644 --- a/.github/workflows/build-user-config.yml +++ b/.github/workflows/build-user-config.yml @@ -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