Преглед на файлове

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.
tags/v4.2.0
Phillip Johnsen преди 5 години
родител
ревизия
a11bfc8f7c
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      .github/workflows/verify.yml

+ 2
- 2
.github/workflows/verify.yml Целия файл

@@ -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
@@ -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


Loading…
Отказ
Запис