소스 검색

feature: remove support for nodejs 8.x and 10.x

tags/v2.1.8
winkidney 2 년 전
부모
커밋
86bc3ce08a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      .github/workflows/node.js.yml

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

@@ -15,7 +15,7 @@ jobs:

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

steps:
- uses: actions/checkout@v2


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