Skip to content

Commit

Permalink
Update CircleCI image to use Node 10 & npm ci (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh authored and danfinlay committed Jan 20, 2020
1 parent 2320ccb commit 5fec9aa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ workflows:
jobs:
npm-test:
docker:
- image: circleci/node:8.15.1-browsers
- image: circleci/node:10
steps:
- checkout
- run:
name: Install npm 6 + deps via npm
command: |
sudo npm install -g npm@6 && npm install --no-save --no-audit
name: npm ci
command: npm ci
- run:
name: npm test
command: npm test

0 comments on commit 5fec9aa

Please sign in to comment.