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

Commit 63e3115

Browse files
committed
chore: semantic-release requires node8
1 parent a0dd26e commit 63e3115

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@ jobs:
2828
- checkout
2929
- restore_cache:
3030
key: dependency-cache-{{ checksum "package.json" }}
31+
- run:
32+
name: Security check
33+
command: npm run security-check
3134
- run:
3235
name: Lint
33-
command: npm run lint
36+
command: npm run lint
3437

3538
# runs the unit tests
3639
unit-test:
@@ -48,7 +51,7 @@ jobs:
4851
4952
release:
5053
docker:
51-
- image: circleci/node:6@sha256:635b022773f0346704312a36d1ce4628e0676a8a2b04e76c15888b67deaeb182
54+
- image: circleci/node:8
5255
steps:
5356
- checkout
5457
- restore_cache:

0 commit comments

Comments
 (0)