Skip to content

Commit

Permalink
run node 18 in ci, update aws to latest patch
Browse files Browse the repository at this point in the history
  • Loading branch information
finnmich committed Dec 15, 2023
1 parent 4593623 commit 688c524
Show file tree
Hide file tree
Showing 3 changed files with 1,615 additions and 2,171 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
working_directory: ~/package
docker:
- image: circleci/node:16
- image: circleci/node:18
steps:
- checkout
- run:
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"start": "ts-node -T samples/sample1.ts",
"test": "jest --verbose --coverage --runInBand --detectOpenHandles",
"test-local": "AWS_ACCESS_KEY_ID=test AWS_SECRET_ACCESS_KEY=test AWS_REGION=eu-west-1 jest --verbose --coverage --runInBand --detectOpenHandles",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc --build",
Expand Down Expand Up @@ -50,14 +51,14 @@
"typescript": "~5.2.0"
},
"engines": {
"node": ">=20.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.446.0",
"@aws-sdk/client-s3": "^3.445.0",
"@aws-sdk/client-secrets-manager": "^3.445.0",
"@aws-sdk/client-sns": "^3.445.0",
"@aws-sdk/client-sqs": "3.410.0",
"@aws-sdk/client-lambda": "^3.474.0",
"@aws-sdk/client-s3": "^3.474.0",
"@aws-sdk/client-secrets-manager": "^3.474.0",
"@aws-sdk/client-sns": "^3.474.0",
"@aws-sdk/client-sqs": "^3.474.0",
"make-synchronous": "^1.0.0",
"sync-rpc": "^1.3.6"
},
Expand Down
Loading

0 comments on commit 688c524

Please sign in to comment.