Skip to content

Commit

Permalink
chore(RPT-2833): update to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
grouchcan committed Jan 22, 2024
1 parent 1137d69 commit 6fbfd60
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 1,267 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"report": "nyc report"
},
"engines": {
"node": ">=12.13.0"
"node": ">=16.20.2"
},
"resolutions": {
"aws-sdk": "2.771.0"
Expand Down Expand Up @@ -84,7 +84,7 @@
"npm-run-all": "^4.1.2",
"nyc": "^15.0.0",
"prettier": "^2.0.2",
"serverless": "^2.1.1",
"serverless": "3.0.1",
"serverless-offline": "^6.1.2",
"testdouble": "^3.16.1"
}
Expand Down
3 changes: 1 addition & 2 deletions serverless.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
service: jackalambda

frameworkVersion: "^2.0.0"
frameworkVersion: "3.0.1"

plugins:
- serverless-offline

provider:
name: aws
runtime: nodejs12.x
region: ${env:AWS_DEFAULT_REGION, 'eu-west-1'}
stage: ${opt:stage, env:SERVERLESS_STAGE, 'staging'}
logRetentionInDays: 30
Expand Down
Loading

0 comments on commit 6fbfd60

Please sign in to comment.