소스 검색

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


불러오는 중...
취소
저장