Skip to content

Commit 1baed70

Browse files
authored
chore: remove node 10 job (#1403)
1 parent 7c01d6f commit 1baed70

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ version: 2.1
4646
orbs:
4747
win: circleci/windows@2.4.0
4848
jobs:
49-
test-linux-10:
50-
docker:
51-
- image: circleci/node:10
52-
<<: *steps-ci
5349
test-linux-12:
5450
docker:
5551
- image: circleci/node:12
@@ -72,9 +68,6 @@ workflows:
7268
version: 2
7369
test:
7470
jobs:
75-
- test-linux-10:
76-
filters:
77-
branches: { ignore: gh-pages }
7871
- test-linux-12:
7972
filters:
8073
branches: { ignore: gh-pages }

0 commit comments

Comments
 (0)