Skip to content

Commit

Permalink
Remove Node 12 again due to missing image
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed May 12, 2019
1 parent 7e660e9 commit 613098d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .circleci/config.yml
Expand Up @@ -42,10 +42,6 @@ jobs:
docker:
- image: rollupcabal/circleci-node-v10:latest
<<: *unit_tests
node-v12-latest:
docker:
- image: rollupcabal/circleci-node-v12:latest
<<: *unit_tests

workflows:
version: 2
Expand Down Expand Up @@ -73,9 +69,3 @@ workflows:
filters:
tags:
only: /.*/
- node-v12-latest:
requires:
- analysis
filters:
tags:
only: /.*/

0 comments on commit 613098d

Please sign in to comment.