Skip to content

Commit

Permalink
Node 16 ASEA update (#1149)
Browse files Browse the repository at this point in the history
* update node runtime to v16

* updated default memory size

* updated default runtimes

* Bumping all lambda memory to 256

* fix prettier
  • Loading branch information
hickeydh-aws authored May 17, 2023
1 parent e89b0a4 commit d628fd8
Show file tree
Hide file tree
Showing 228 changed files with 1,585 additions and 1,098 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Cache Node.js modules
uses: actions/cache@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Cache Node.js modules
uses: actions/cache@v1
with:
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Cache Node.js modules
uses: actions/cache@v1
with:
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Install Prettier
run: |
npm install -g [email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
RUNNER_TEMP: /tmp/runner
with:
node-version: 14
node-version: 16
- name: Install pnpm
run: |
npm install -g [email protected]
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
env:
RUNNER_TEMP: /tmp/runner
with:
node-version: 14
node-version: 16
- name: Install pnpm
run: |
npm install -g [email protected]
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
env:
RUNNER_TEMP: /tmp/runner
with:
node-version: 14
node-version: 16
- name: Install pnpm
run: |
npm install -g [email protected]
Expand Down
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.2
phases:
install:
runtime-versions:
nodejs: 14
nodejs: 16
commands:
- echo "nothing to do in install"
pre_build:
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"lint:eslint": "pnpx eslint . --ext .ts,.tsx"
},
"devDependencies": {
"@types/node": "14.14.31",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"eslint": "7.25.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-deprecation": "1.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "33.0.0",
"@types/node": "16.18.27",
"@typescript-eslint/eslint-plugin": "5.59.5",
"@typescript-eslint/parser": "5.59.5",
"eslint": "8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-deprecation": "1.4.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "44.0.1",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-unicorn": "31.0.0",
"prettier": "2.2.1"
"eslint-plugin-react": "7.32.2",
"eslint-plugin-unicorn": "47.0.0",
"prettier": "2.8.8"
}
}
Loading

0 comments on commit d628fd8

Please sign in to comment.