소스 검색

fix(ci): remove windows ci

lind 3 년 전
부모
커밋
6169d82b56
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      .github/workflows/ci.yml

+ 4 - 3
.github/workflows/ci.yml

@@ -1,14 +1,15 @@
 name: Node CI
 
-on: [push, pull_request]
+on: [ push, pull_request ]
 
 jobs:
   build:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        node_version: [14.x]
-        os: [ubuntu-latest, windows-latest, macOS-latest]
+        node_version: [ 14.x ]
+        #        os: [ubuntu-latest, windows-latest, macOS-latest]
+        os: [ ubuntu-latest,macOS-latest ]
     steps:
       - uses: actions/checkout@v1
       - name: Use Node.js ${{ matrix.node_version }}