updated CI

This commit is contained in:
Aliaksei Chapyzhenka 2022-05-26 09:23:25 -07:00
parent af82be42f5
commit 7420c2626e
3 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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