updated CI
This commit is contained in:
parent
af82be42f5
commit
7420c2626e
@ -1,4 +1,4 @@
|
||||
name: Linux
|
||||
name: Linux WASM
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
@ -6,7 +6,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [15, 16, 18]
|
||||
node-version: [15, 16, 17]
|
||||
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 test
|
||||
- run: npm mocha_wasm
|
@ -1,4 +1,4 @@
|
||||
name: MacOS
|
||||
name: MacOS WASM
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
@ -6,7 +6,7 @@ jobs:
|
||||
runs-on: macOS-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [15, 16, 18]
|
||||
node-version: [15, 16, 17]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
@ -1,4 +1,4 @@
|
||||
name: Windows
|
||||
name: Windows WASM
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
@ -6,7 +6,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [16, 18]
|
||||
node-version: [15, 16, 17]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
Loading…
x
Reference in New Issue
Block a user