Skip to content

Commit

Permalink
bump up node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
if1live committed Dec 3, 2023
1 parent d42cf8c commit 66db593
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 40 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
},
"devDependencies": {
"@types/aws-lambda": "^8.10.122",
"@types/node": "^18.18.1",
"@types/node": "^20.10.2",
"@types/pg": "^8.10.3",
"cross-env": "^7.0.3",
"esbuild": "^0.14.54",
"madge": "^6.1.0",
"prettier": "^3.0.3",
"rimraf": "^4.4.1",
"serverless": "^3.35.2",
"serverless": "^3.38.0",
"serverless-scriptable-plugin": "^1.3.1",
"serverless-standalone": "^0.0.7",
"tsx": "^3.13.0",
Expand Down
85 changes: 48 additions & 37 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins:

provider:
name: aws
runtime: nodejs18.x
runtime: nodejs20.x

region: ap-northeast-1
stage: dev
Expand Down

0 comments on commit 66db593

Please sign in to comment.