-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(mojaloop/#3446): nodejs upgrade (#209)
### chore(mojaloop/#3446): nodejs upgrade - mojaloop/project#3446 - Updated package.json scripts to use new audit tools - Updated README.md to document the new auditing tool - 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 the dockerfile to ensure consistent builds
- Loading branch information
1 parent
71aeec7
commit e81a174
Showing
11 changed files
with
6,683 additions
and
5,459 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -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"} | ||
] | ||
} |
Oops, something went wrong.