Skip to content

Switch build to lts/* #87

Switch build to lts/*

Switch build to lts/* #87

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: lts/*
check-latest: true
- run: npm install
- run: npm run prepare
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}