Skip to content

Commit

Permalink
remove node version 0.6 from ci gh action. It won't build on ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
carpasse committed Apr 9, 2024
1 parent aed72da commit ae7b0db
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -10,7 +10,6 @@ jobs:
strategy:
matrix:
name:
- Node.js 0.6
- Node.js 0.8
- Node.js 0.10
- Node.js 0.12
Expand All @@ -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
Expand Down

0 comments on commit ae7b0db

Please sign in to comment.