Skip to content

Commit

Permalink
Upgrade to Node v20 in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKai committed Nov 30, 2023
1 parent 089f0bf commit 3be663c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
check-latest: true
cache: 'yarn'

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
check-latest: true
cache: 'yarn'

Expand All @@ -87,7 +87,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
check-latest: true
cache: 'yarn'

Expand All @@ -107,7 +107,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
check-latest: true
cache: 'yarn'

Expand All @@ -127,7 +127,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
check-latest: true
cache: 'yarn'

Expand All @@ -147,7 +147,7 @@ jobs:
# - name: Set up Node.js
# uses: actions/setup-node@v3
# with:
# node-version: 16
# node-version: 20
# check-latest: true
# cache: 'yarn'

Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
check-latest: true
cache: 'yarn'

Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
# - name: Set up Node.js
# uses: actions/setup-node@v3
# with:
# node-version: 16
# node-version: 20
# check-latest: true
# cache: 'yarn'
#
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
check-latest: true
cache: 'yarn'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"dev-many": "node src/engine/e2e_tests/process/deployment/startEngines.js",
"build": "cd src/engine/native/node && webpack --config webpack.native.config.js && webpack --config webpack.injector.config.ts && node --loader ts-node/esm ./build-injector.js && cd ../../universal && webpack --config webpack.universal.config.js",
"build-ms-web": "cd src/management-system && yarn web:build-server-frontend",
"build-ms-server": "cd src/management-system && yarn web:build-server && cd .. && cd management-system-v2 && yarn build && cp -r .next/standalone ../../build/management-system/server/v2",
"build-ms-server": "cd src/management-system && NODE_OPTIONS=--openssl-legacy-provider yarn web:build-server && cd .. && cd management-system-v2 && yarn build && cp -r .next/standalone ../../build/management-system/server/v2",
"build-web": "yarn build && cd src/engine/native/web/server && yarn build",
"docker:run": "docker container run --publish 33029:33029 --rm --network host --detach --name engine proceed/engine:latest",
"docker:stop": "docker container stop engine",
Expand Down

0 comments on commit 3be663c

Please sign in to comment.