Skip to content

Commit a11bfc8

Browse files
committed
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.
1 parent b9e113f commit a11bfc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
node-version: [8.x, 10.x, 12.x, 14.x, 15.x]
11+
node-version: [10.x, 12.x, 14.x, 15.x]
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -28,7 +28,7 @@ jobs:
2828

2929
strategy:
3030
matrix:
31-
node-version: [0.10.x, 0.12.x, 4.x, 6.x]
31+
node-version: [0.10.x, 0.12.x, 4.x, 6.x, 8.x]
3232

3333
steps:
3434
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)