From 0cf0b838be5d781602b64b5d41e1cdf7fb7b486c Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Thu, 7 Nov 2024 09:29:46 +0100 Subject: [PATCH] Reverted upgrade node 22 --- .github/workflows/actions.yml | 2 +- account-gui/.nvmrc | 2 +- account-gui/build.sh | 2 +- myconext-gui/.nvmrc | 2 +- myconext-gui/build.sh | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 0b51fb21..8aee59c2 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 16 - name: Start MongoDB uses: supercharge/mongodb-github-action@1.3.0 with: diff --git a/account-gui/.nvmrc b/account-gui/.nvmrc index d542ef35..53a42214 100644 --- a/account-gui/.nvmrc +++ b/account-gui/.nvmrc @@ -1 +1 @@ -v22.3.0 +v16.13.2 diff --git a/account-gui/build.sh b/account-gui/build.sh index fe41845d..ea3722dc 100755 --- a/account-gui/build.sh +++ b/account-gui/build.sh @@ -3,5 +3,5 @@ rm -Rf public/bundle* rm -Rf target/* source $NVM_DIR/nvm.sh nvm use -export NODE_OPTIONS=--openssl-legacy-provider +#export NODE_OPTIONS=--openssl-legacy-provider yarn install --force && yarn test && yarn build diff --git a/myconext-gui/.nvmrc b/myconext-gui/.nvmrc index d542ef35..53a42214 100644 --- a/myconext-gui/.nvmrc +++ b/myconext-gui/.nvmrc @@ -1 +1 @@ -v22.3.0 +v16.13.2 diff --git a/myconext-gui/build.sh b/myconext-gui/build.sh index fe41845d..ea3722dc 100755 --- a/myconext-gui/build.sh +++ b/myconext-gui/build.sh @@ -3,5 +3,5 @@ rm -Rf public/bundle* rm -Rf target/* source $NVM_DIR/nvm.sh nvm use -export NODE_OPTIONS=--openssl-legacy-provider +#export NODE_OPTIONS=--openssl-legacy-provider yarn install --force && yarn test && yarn build diff --git a/pom.xml b/pom.xml index 0f300fd7..478f415c 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ myconext-server account-gui myconext-gui - public-gui + tiqr-mock