Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIMSBIOHUB-566: Update to Node 18 #1266

Merged
merged 17 commits into from
Apr 8, 2024
Merged
2 changes: 1 addition & 1 deletion .github/workflows/cleanClosedPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanMergedPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Build the web frontend app image
buildAPP:
Expand All @@ -151,7 +151,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -330,7 +330,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -390,7 +390,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -444,7 +444,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -499,7 +499,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -556,7 +556,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/deployStatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

- name: Checkout Target Branch
uses: actions/checkout@v4
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down Expand Up @@ -510,7 +510,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

- name: E2E Smoke tests
uses: cypress-io/github-action@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

- name: Checkout Target Branch
uses: actions/checkout@v4
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

- name: Checkout Target Branch
uses: actions/checkout@v4
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 14
node-version: 18

# Load repo from cache
- name: Cache repo
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The objectives for the SIMS project are:

## Install Node/NPM

- Requires Node version 12+
- Requires Node version 18+
- https://nodejs.org/en/download/

## Install Git
Expand Down
2 changes: 1 addition & 1 deletion README/Initial Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Platform Components for BioHub

## Install Node/NPM

- Requires Node version 14+
- Requires Node version 18+
- https://nodejs.org/en/download/

## Install Git
Expand Down
2 changes: 1 addition & 1 deletion api/.docker/api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14
FROM node:18

ENV HOME=/opt/app-root/src

Expand Down
86 changes: 57 additions & 29 deletions api/.pipeline/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/.pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Contains dependencies and scripts for executing OpenShift pipeline build/deploy scripts",
"license": "Apache-2.0",
"engines": {
"node": ">= 14.0.0",
"npm": ">= 6.0.0"
"node": ">= 18.0.0",
"npm": ">= 10.0.0"
},
"repository": {
"type": "git",
Expand Down
Loading
Loading