Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Merge pull request #23 from dafujii/dependabot/npm_and_yarn/minimist-… #40

Merge pull request #23 from dafujii/dependabot/npm_and_yarn/minimist-…

Merge pull request #23 from dafujii/dependabot/npm_and_yarn/minimist-… #40

Workflow file for this run

name: "CI"
on: [push]
jobs:
build:
runs-on: ubuntu-16.04
strategy:
matrix:
node: [ '12', '10', '8' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v1
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build
- run: npm test