diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6abfa9e..e8bd31f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,6 @@ jobs: strategy: matrix: name: - - Node.js 0.6 - Node.js 0.8 - Node.js 0.10 - Node.js 0.12 @@ -37,11 +36,6 @@ jobs: - Node.js 21.x include: - - name: Node.js 0.6 - node-version: "0.6" - npm-i: mocha@1.21.5 - npm-rm: nyc - - name: Node.js 0.8 node-version: "0.8" npm-i: mocha@2.5.3