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] on: [push, pull_request]
jobs: jobs:
test: test:
@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [15, 16, 18] node-version: [15, 16, 17]
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 test - run: npm mocha_wasm

View File

@ -1,4 +1,4 @@
name: MacOS name: MacOS WASM
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
test: test:
@ -6,7 +6,7 @@ jobs:
runs-on: macOS-latest runs-on: macOS-latest
strategy: strategy:
matrix: matrix:
node-version: [15, 16, 18] node-version: [15, 16, 17]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}

View File

@ -1,4 +1,4 @@
name: Windows name: Windows WASM
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
test: test:
@ -6,7 +6,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
strategy: strategy:
matrix: matrix:
node-version: [16, 18] node-version: [15, 16, 17]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}