Skip to content

Commit

Permalink
Circle doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelMarcey authored May 12, 2018
1 parent 22332a2 commit f315d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started-publishing.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ If you haven't done so already, you can [setup CircleCI](https://circleci.com/si
1. Copy the text below into `.circleci/config.yml`.

```yaml
# If you only one circle to run on direct commits to master, you can uncomment this out
# If you only want circle to run on direct commits to master, you can uncomment this out
# and uncomment the filters: *filter-only-master down below too
#
# aliases:
Expand All @@ -112,7 +112,7 @@ jobs:
deploy-website:
docker:
# specify the version you desire here
- image: circleci/node:7.10
- image: circleci/node:8.11.1

steps:
- checkout
Expand Down

0 comments on commit f315d02

Please sign in to comment.