Skip to content

Commit

Permalink
chore: remove node 10 job (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Aug 22, 2022
1 parent 7c01d6f commit 1baed70
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ version: 2.1
orbs:
win: circleci/windows@2.4.0
jobs:
test-linux-10:
docker:
- image: circleci/node:10
<<: *steps-ci
test-linux-12:
docker:
- image: circleci/node:12
Expand All @@ -72,9 +68,6 @@ workflows:
version: 2
test:
jobs:
- test-linux-10:
filters:
branches: { ignore: gh-pages }
- test-linux-12:
filters:
branches: { ignore: gh-pages }
Expand Down

0 comments on commit 1baed70

Please sign in to comment.