We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c01d6f commit 1baed70Copy full SHA for 1baed70
1 file changed
.circleci/config.yml
@@ -46,10 +46,6 @@ version: 2.1
46
orbs:
47
win: circleci/windows@2.4.0
48
jobs:
49
- test-linux-10:
50
- docker:
51
- - image: circleci/node:10
52
- <<: *steps-ci
53
test-linux-12:
54
docker:
55
- image: circleci/node:12
@@ -72,9 +68,6 @@ workflows:
72
68
version: 2
73
69
test:
74
70
75
- - test-linux-10:
76
- filters:
77
- branches: { ignore: gh-pages }
78
71
- test-linux-12:
79
filters:
80
branches: { ignore: gh-pages }
0 commit comments