Skip to content

Commit e810376

Browse files
committed
chore: upgrade to nodejs14.x
1 parent 2c231f2 commit e810376

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "jroehl <mail@hinterland.software>",
1919
"license": "MIT",
2020
"devDependencies": {
21-
"@serverless/typescript": "^2.18.0",
21+
"@serverless/typescript": "^2.52.1",
2222
"@types/aws-lambda": "^8.10.70",
2323
"@types/form-data": "^2.5.0",
2424
"@types/jest": "^26.0.20",

serverless.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const serverlessConfiguration: AWS = {
1212
],
1313
provider: {
1414
name: 'aws',
15-
runtime: 'nodejs14.x' as any,
15+
runtime: 'nodejs14.x',
1616
region: '${env:AWS_REGION}' as AWS['provider']['region'],
1717
logRetentionInDays: 30,
1818
stage: '${opt:stage, env:ENV}', // you can override this via the CLI argument

0 commit comments

Comments
 (0)