diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 9196f3a..d3640e3 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -22,28 +22,4 @@ jobs: npm test env: CI: true - - build-windows: - runs-on: windows-latest - strategy: - matrix: - node-version: [12.x] - - steps: - - name: Restore from cache and run vcpkg - uses: lukka/run-vcpkg@v3 - with: - setupOnly: true - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: npm install, build, and test - run: | - npm ci - npm run build --if-present - npm test - env: - CI: true \ No newline at end of file