Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move Node.js 8 alongside other legacy Node.js versions in CI
Now that Node.js 8 is end-of-life / no longer maintained, we might as
well treat it as a legacy Node.js version too.
  • Loading branch information
phillipj committed Feb 6, 2021
1 parent b9e113f commit a11bfc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 12.x, 14.x, 15.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:

strategy:
matrix:
node-version: [0.10.x, 0.12.x, 4.x, 6.x]
node-version: [0.10.x, 0.12.x, 4.x, 6.x, 8.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a11bfc8

Please sign in to comment.