Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigredgeek committed Jul 14, 2021
1 parent 73aec86 commit 5e7e23a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ workflows:
version: 2
node-multi-build:
jobs:
- node-v6
- node-v8
- node-v10
- node-v12
Expand Down Expand Up @@ -37,10 +36,6 @@ jobs:
key: npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
paths:
- ~/.npm/_cacache
node-v6:
<<: *node-base
docker:
- image: circleci/node:6
node-v8:
<<: *node-base
docker:
Expand Down

0 comments on commit 5e7e23a

Please sign in to comment.