Skip to content

Commit

Permalink
#30 - Bumped node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascvas committed Sep 4, 2018
1 parent ab12cbc commit f86d7cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 2
jobs:
ui-build:
docker:
- image: circleci/node:7.10
- image: circleci/node:8.10

working_directory: ~/carpal/frontend

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
command: aws s3 sync /tmp/build/ s3://carpal-ui-rides-dev/ --delete
services-build:
docker:
- image: circleci/node:7.10
- image: circleci/node:8.10
- image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: admin
Expand All @@ -73,7 +73,7 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}
services-deploy:
docker:
- image: circleci/node:7.10
- image: circleci/node:8.10
working_directory: ~/carpal/backend/src
steps:
- checkout:
Expand Down
2 changes: 1 addition & 1 deletion backend/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: carpal

provider:
name: aws
runtime: nodejs6.10
runtime: nodejs8.10
region: ap-southeast-2
stage: dev
memorySize: 128
Expand Down

0 comments on commit f86d7cc

Please sign in to comment.