Skip to content

Commit

Permalink
Update to node 18 so we can include AWS SDK v3
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamJHall committed Sep 15, 2023
1 parent 7e26d42 commit 18a10f3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.2.0
v18.17.0
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.121",
"@types/jest": "^26.0.10",
"@types/node": "16.9.4",
"@types/node": "^18.15.3",
"jest": "^26.4.2",
"source-map-support": "^0.5.19",
"ts-jest": "^26.5.6",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2018",
"target": "ES2022",
"module": "commonjs",
"lib": ["es2018"],
"lib": ["es2022"],
"declaration": true,
"strict": true,
"noImplicitAny": true,
Expand Down

0 comments on commit 18a10f3

Please sign in to comment.