Skip to content

Commit

Permalink
Change node version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
BasileTrujillo committed Apr 24, 2018
1 parent 96e6924 commit e1aa09a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -32,7 +32,7 @@ filter_only_tags: &filter_only_tags
# Define node build configurations
node_config: &node_config
docker:
- image: circleci/node:6.10
- image: circleci/node:8.10
<<: *working_directory
parallelism: 1

Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,9 @@

Parse AWS S3/SNS events from your Lambda function.

Note: This only work for single file S3 events. (One event per file).
Notes:
* This only work for single file S3 events. (One event per file).
* Work only in nodeJS v8.10 (because of JOI requirement)

## Install

Expand Down

0 comments on commit e1aa09a

Please sign in to comment.