Skip to content

Merge pull request #85 from DavideViolante/dependabot/npm_and_yarn/mo… #179

Merge pull request #85 from DavideViolante/dependabot/npm_and_yarn/mo…

Merge pull request #85 from DavideViolante/dependabot/npm_and_yarn/mo… #179

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm test