update CI plan

This commit is contained in:
Aliaksei Chapyzhenka 2022-05-26 11:10:10 -07:00
parent ad07f17cf0
commit 2ca232203d
2 changed files with 3 additions and 3 deletions

View File

@ -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 }}

View File

@ -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