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 b1523b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
defaults: &defaults
working_directory: /tmp/storybook
docker:
- image: node:8
- image: circleci/node:8.4.0

version: 2
dependencies:
pre:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- yarn global add npm
jobs:
build:
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 b1523b9

Please sign in to comment.