Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
chore: semantic-release requires node8
Browse files Browse the repository at this point in the history
  • Loading branch information
adieuadieu committed Apr 7, 2018
1 parent a0dd26e commit 63e3115
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: Security check
command: npm run security-check
- run:
name: Lint
command: npm run lint
command: npm run lint

# runs the unit tests
unit-test:
Expand All @@ -48,7 +51,7 @@ jobs:
release:
docker:
- image: circleci/node:6@sha256:635b022773f0346704312a36d1ce4628e0676a8a2b04e76c15888b67deaeb182
- image: circleci/node:8
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 63e3115

Please sign in to comment.