Skip to content

deps(deps-dev): bump eslint from 8.42.0 to 8.48.0 #312

deps(deps-dev): bump eslint from 8.42.0 to 8.48.0

deps(deps-dev): bump eslint from 8.42.0 to 8.48.0 #312

Workflow file for this run

name: Run tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Install dependencies with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- name: Run tests
run: npm test
- name: Upload Coverage
uses: codecov/codecov-action@v1