From df5d626872b8765c0bc430e054347e08559916f2 Mon Sep 17 00:00:00 2001 From: kB01 Date: Wed, 17 Jul 2024 23:12:52 +0200 Subject: [PATCH] Changed to official Node Installation Way --- .github/workflows/build-user-config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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