Skip to content

Merge pull request #195 from johntalton/dependabot/github_actions/act… #229

Merge pull request #195 from johntalton/dependabot/github_actions/act…

Merge pull request #195 from johntalton/dependabot/github_actions/act… #229

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10, 12, 14]
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint --if-present