-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(mojaloop/#3438): nodejs upgrade (#309)
chore(mojaloop/#3438): nodejs upgrade - mojaloop/project#3438 - Upgraded NodeJS from v16 to v18 LTS - Updated CI config to use NodeJS latest LTS version - Updated CI config to display runtime versions for each job - Upgraded NPM dependencies - Fixed CI bugs caused by the NodeJS upgrade - Updated CI pipeline use NVM to select node version from` .nvmrc` file - Upgraded circleci orbs - Migrated `master` branch to `main` - Optimized ci workflow to use cached image for some jobs - Updated unit test scripts to run "in band" to avoid failures by flaky tests. (Further investigation is needed to ascertain why `test/unit/server.tests.js` and `test/unit/serverStart.test.js` fail when run in parallel)
- Loading branch information
Showing
16 changed files
with
5,885 additions
and
16,931 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.15.0 | ||
18.17.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"types": [ | ||
{"type": "feat", "section": "Features"}, | ||
{"type": "fix", "section": "Bug Fixes"}, | ||
{"type": "docs", "section": "Documentation"}, | ||
{"type": "style", "section": "Styling"}, | ||
{"type": "refactor", "section": "Refactors"}, | ||
{"type": "perf", "section": "Performance"}, | ||
{"type": "test", "section": "Tests"}, | ||
{"type": "build", "section": "Build System"}, | ||
{"type": "ci", "section": "CI"}, | ||
{"type": "chore", "section": "Chore"}, | ||
{"type": "revert", "section": "Reverts"} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json", | ||
// audit-ci supports reading JSON, JSONC, and JSON5 config files. | ||
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true] | ||
"moderate": true, | ||
"allowlist": [ | ||
"GHSA-v88g-cgmw-v5xw", | ||
"GHSA-phwq-j96m-2c2q", | ||
"GHSA-pfrx-2q88-qq97", | ||
"GHSA-282f-qqgm-c34q", | ||
"GHSA-8cf7-32gw-wr33", | ||
"GHSA-hjrf-2m68-5959", | ||
"GHSA-qwph-4952-7xr6", | ||
"GHSA-4jv9-3563-23j3", | ||
"GHSA-6vfc-qv3f-vr6c", | ||
"GHSA-wc69-rhjr-hc9g", | ||
"GHSA-vp56-6g26-6827", | ||
"GHSA-g954-5hwp-pp24", | ||
"GHSA-h755-8qp9-cq85", | ||
"GHSA-mjxr-4v3x-q3m4", | ||
"GHSA-rjqq-98f6-6j3r", | ||
"GHSA-qgmg-gppg-76g5", | ||
"GHSA-f9xv-q969-pqx4", | ||
"GHSA-p9pc-299p-vxgp" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.