Skip to content

Merge pull request #79 from nicomt/dependabot/npm_and_yarn/debug-4.3.4 #162

Merge pull request #79 from nicomt/dependabot/npm_and_yarn/debug-4.3.4

Merge pull request #79 from nicomt/dependabot/npm_and_yarn/debug-4.3.4 #162

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14', '16', '18']
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run lint
- run: npm test