Skip to content

Commit

Permalink
Update to git 2.25.0, npm 6.13.6 and aws-sdk 2.602.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart committed Jan 13, 2020
1 parent 374731f commit 3d6d12d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ If you discover any security issues with LambCI please email [security@lambci.or

## Language Recipes

The default command is `npm ci && npm test` which will use Node.js 12.14.1 and npm 6.13.4.
The default command is `npm ci && npm test` which will use Node.js 12.14.1 and npm 6.13.6.

The way to build with different Node.js versions, or other languages entirely,
is just to override the `cmd` config property.
Expand Down
6 changes: 3 additions & 3 deletions build/runtime/config.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export GIT_VERSION=2.24.1
export GIT_VERSION=2.25.0
export PIP_VERSION=19.3.1
export NODE_VERSION=12.14.1
export NPM_VERSION=6.13.4
export AWS_SDK_VERSION=2.592.0
export NPM_VERSION=6.13.6
export AWS_SDK_VERSION=2.602.0
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Resources:
Timeout: 900
MemorySize: 3008
Layers:
- !Sub arn:${AWS::Partition}:lambda:${AWS::Region}:553035198032:layer:lambci-base:11
- !Sub arn:${AWS::Partition}:lambda:${AWS::Region}:553035198032:layer:lambci-base:13
- !Sub arn:${AWS::Partition}:lambda:${AWS::Region}:553035198032:layer:gcc72-lambda1:4
Events:
Webhook:
Expand Down

0 comments on commit 3d6d12d

Please sign in to comment.