Skip to content

Commit

Permalink
switch to circleci/node:8
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Oct 24, 2017
1 parent c95893d commit cdd83c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defaults: &defaults
working_directory: /tmp/storybook
docker:
- image: node:8
- image: circleci/node:8.4.0

version: 2
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion scripts/workaround-puppeteer-issue-290.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# Workaround for https://github.com/GoogleChrome/puppeteer/issues/290

sudo apt-get update
Expand Down

0 comments on commit cdd83c2

Please sign in to comment.