Skip to content

bump node

bump node #156

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 12.x
- run: npm install
- run: make verify
- run: make test