Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
chore: version bumps and doc update (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bingjiling authored Jan 27, 2022
1 parent c84a3ed commit e56318b
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You first need to download the Service Workbench [source code](https://github.co

## Software requirements

- **Node.Js:** [Node.js v12.x](https://nodejs.org/en/) or later is required.
- **Node.Js:** [Node.js v14.x](https://nodejs.org/en/) is required.
- **PNPM:** Install [pnpm](https://pnpm.js.org/en/) as follows

```bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### Tools

- Node 12.x or later
- Node 14.x
- [Hashicorp Packer](https://www.packer.io/)
- The Service Workbench code is tested with Packer 1.6.0. You can install Packer 1.6.0 by using Packer version manager [pkenv](https://github.com/iamhsa/pkenv).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#### Tools

- Node 12.x or later
- Node 14.x
- AWS CLI

#### Project variables
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package is a Serverless plugin that will build golang code and upload it to

#### Tools

- Node 12.x or later
- Node 14.x
- Go 1.13.7 or later

## Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@aws-ee/base-services": "workspace:*",
"@aws-ee/base-services-container": "workspace:*",
"lodash": "^4.17.21",
"node-forge": "^0.10.0",
"node-forge": "^1.0.0",
"uuid": "^3.4.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/deployment/pre_deployment/prereq_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The prerequisite software installation includes installing the required tools an
## Install the Required Tools
Before building this solution, you must install the tools that are listed below:

* [Node.js](https://nodejs.org/) (12.x or later)
* [Node.js](https://nodejs.org/) (14.x)
* [AWS Command Line Interface](https://aws.amazon.com/cli/)
* [PNPM](https://pnpm.js.org/)
* [Serverless Framework](http://www.serverless.com)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation_guide/installation/cloud9install.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Type `node --version`

To install long-term support version, enter:

`nvm install lts/erbium`
`nvm install 14`

### Installing Node Package Manager

Expand Down
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"normalize-url": "^4.5.1",
"glob-parent": "^5.1.2",
"path-parse": "^1.0.7",
"node-fetch": "^2.6.7"
"node-fetch": "^2.6.7",
"node-forge": "^1.0.0"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5253,10 +5253,10 @@ [email protected], node-fetch@^2.6.7:
dependencies:
whatwg-url "^5.0.0"

node-forge@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
integrity sha512-PPmu8eEeG9saEUvI97fm4OYxXVB6bFvyNTyiUOBichBpFG8A1Ljw3bY62+5oOjDEMHRnd0Y7HQ+x7uzxOzC6JA==
node-forge@^0.10.0, node-forge@^1.0.0:
version "1.2.1"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c"
integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w==

node-releases@^2.0.1:
version "2.0.1"
Expand Down
42 changes: 27 additions & 15 deletions pnpm-lock.yaml

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

0 comments on commit e56318b

Please sign in to comment.