Skip to content

slug@8, eslint@8, tokenize-db-station-name@3; minor tweak; 4.3.1 #15

slug@8, eslint@8, tokenize-db-station-name@3; minor tweak; 4.3.1

slug@8, eslint@8, tokenize-db-station-name@3; minor tweak; 4.3.1 #15

Workflow file for this run

name: test
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x] # todo: stable
steps:
- uses: actions/checkout@v2
- name: set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
env:
CI: true