Skip to content

Commit ae78fb1

Browse files
authored
Upgrade packages (#599)
* chore(deps): upgrade packages * feat(bin/node-lambda): remove showSuggestionAfterError This is because it is suggested by default. * ci: drop nodejs 12.x I got the following error. ``` error [email protected]: The engine "node" is incompatible with this module. Expected version ">=14.14.0". Got "12.22.10" ``` Node.js 12 will be EOL soon. https://nodejs.org/en/about/releases/
1 parent cdd1413 commit ae78fb1

File tree

5 files changed

+3185
-2403
lines changed

5 files changed

+3185
-2403
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
node-version: [12.x, 14.x, 16.x, 17.x]
12+
node-version: [14.x, 16.x, 17.x]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2

bin/node-lambda

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ const DOCKER_VOLUMES = process.env.DOCKER_VOLUMES || ''
6464
const AWS_TAGS = process.env.AWS_TAGS || ''
6565
const IMAGE_URI = process.env.IMAGE_URI || ''
6666

67-
program.showSuggestionAfterError()
68-
6967
program
7068
.command('deploy')
7169
.description('Deploy your application to Amazon Lambda')

0 commit comments

Comments
 (0)