more CI
This commit is contained in:
parent
dc1e639cc5
commit
b023654b2a
@ -1,4 +1,4 @@
|
||||
name: Linux WASM
|
||||
name: Linux NAPI
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
@ -6,7 +6,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [15, 16]
|
||||
node-version: [12, 14]
|
||||
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_napi
|
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12, 14, 15, 16]
|
||||
node-version: [15, 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_napi
|
||||
- run: npm test
|
||||
|
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -13,5 +13,5 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm i --no-optional
|
||||
- run: npm run nyc_mocha_napi
|
||||
- run: npm i
|
||||
- run: npm run nyc_mocha_wasm
|
||||
|
Loading…
x
Reference in New Issue
Block a user