update CI plan
This commit is contained in:
parent
ad07f17cf0
commit
2ca232203d
2
.github/workflows/macos-napi.yml
vendored
2
.github/workflows/macos-napi.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
|||||||
runs-on: macOS-latest
|
runs-on: macOS-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12, 14, 16, 18]
|
node-version: [14, 16, 18]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
|
4
.github/workflows/windows-wasm.yml
vendored
4
.github/workflows/windows-wasm.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [15, 16, 17]
|
node-version: [16]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
@ -14,4 +14,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- run: npm i
|
- run: npm i
|
||||||
- run: npm run nyc_mocha_wasm
|
- run: npm run mocha_wasm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user