Skip to content

Commit

Permalink
chore(cb2-8501): update to node 18 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjulien-bjss authored Jul 27, 2023
1 parent 85ac0a8 commit b41d501
Show file tree
Hide file tree
Showing 4 changed files with 7,956 additions and 4,651 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.*
18.*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ handles update requests destined for EDH and pipes them to SQS queues.

## Dependencies

The project runs on node >10 with typescript and serverless framework. For further details about project dependencies, please refer to the `package.json` file.
The project runs on node >18 with typescript and serverless framework. For further details about project dependencies, please refer to the `package.json` file.
[nvm](https://github.com/nvm-sh/nvm/blob/master/README.md) is used to managed node versions and configuration explicitly done per project using an `.npmrc` file.

### Prerequisites

Please install and run the following securiy programs as part of your development process:
Please install and run the following security programs as part of your development process:

- [git-secrets](https://github.com/awslabs/git-secrets)
After installing, do a one-time set up with `git secrets --register-aws`. Run with `git secrets --scan`.
Expand Down
Loading

0 comments on commit b41d501

Please sign in to comment.