Skip to content

Commit

Permalink
chore: update integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartholomae committed Jan 27, 2024
1 parent 292829d commit c296624
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion test/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins:

provider:
name: aws
runtime: nodejs12.x
runtime: nodejs20.x
httpApi:
payload: "2.0"

Expand Down
10 changes: 0 additions & 10 deletions test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,5 @@
"jsx": "react",
"moduleResolution": "node",
"rootDir": "../",
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noImplicitAny": true,
"importHelpers": true,
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": true,
},
}

0 comments on commit c296624

Please sign in to comment.