Skip to content

Bump vm2 from 3.9.17 to 3.9.18 #130

Bump vm2 from 3.9.17 to 3.9.18

Bump vm2 from 3.9.17 to 3.9.18 #130

Workflow file for this run

name: unit-test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install
- name: Build
run: npm run build
- name: Unit test
run: npm run unit-test