Skip to content

Mistblade S2 support. #18

Mistblade S2 support.

Mistblade S2 support. #18

Workflow file for this run

name: Compilation
on:
push:
pull_request:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [ '12', '14', '16' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2.1.2
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn build