소스 검색

Run tests on Node.js 14 & 15 as well

tags/v4.2.0
Phillip Johnsen 5 년 전
부모
커밋
de09ecaa56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .github/workflows/verify.yml

+ 1
- 1
.github/workflows/verify.yml 파일 보기

@@ -8,7 +8,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1


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