Skip to content

Commit

Permalink
Reverted upgrade node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 7, 2024
1 parent 9676fb3 commit 0cf0b83
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion account-gui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.3.0
v16.13.2
2 changes: 1 addition & 1 deletion account-gui/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion myconext-gui/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.3.0
v16.13.2
2 changes: 1 addition & 1 deletion myconext-gui/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<module>myconext-server</module>
<module>account-gui</module>
<module>myconext-gui</module>
<module>public-gui</module>
<!-- <module>public-gui</module>-->
<module>tiqr-mock</module>
</modules>
<build>
Expand Down

0 comments on commit 0cf0b83

Please sign in to comment.