From 2ca232203d9da267d870474ce0aaf8880b6c9f78 Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Thu, 26 May 2022 11:10:10 -0700 Subject: [PATCH] update CI plan --- .github/workflows/macos-napi.yml | 2 +- .github/workflows/windows-wasm.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos-napi.yml b/.github/workflows/macos-napi.yml index a163a5d..8c4352a 100644 --- a/.github/workflows/macos-napi.yml +++ b/.github/workflows/macos-napi.yml @@ -6,7 +6,7 @@ jobs: runs-on: macOS-latest strategy: matrix: - node-version: [12, 14, 16, 18] + node-version: [14, 16, 18] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/windows-wasm.yml b/.github/workflows/windows-wasm.yml index d9c372e..520c4d1 100644 --- a/.github/workflows/windows-wasm.yml +++ b/.github/workflows/windows-wasm.yml @@ -6,7 +6,7 @@ jobs: runs-on: windows-latest strategy: matrix: - node-version: [15, 16, 17] + node-version: [16] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} @@ -14,4 +14,4 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm i - - run: npm run nyc_mocha_wasm + - run: npm run mocha_wasm