Skip to content

Commit

Permalink
Upgrade to Serverless Framework v3 and pnpm v8
Browse files Browse the repository at this point in the history
  • Loading branch information
cycleseven committed Jan 2, 2024
1 parent 5807211 commit f3f2155
Show file tree
Hide file tree
Showing 3 changed files with 1,506 additions and 1,830 deletions.
4 changes: 2 additions & 2 deletions deploy/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"serverless": "^2.72.3"
"serverless": "^3.38.0"
},
"engines": {
"node": ">=20.0.0 <21.0.0",
"pnpm": ">=7.0.0 <8.0.0"
"pnpm": ">=8.0.0 <9.0.0"
}
}
Loading

0 comments on commit f3f2155

Please sign in to comment.