Skip to content

build(deps-dev): bump tap from 16.3.8 to 18.0.4 #1075

build(deps-dev): bump tap from 16.3.8 to 18.0.4

build(deps-dev): bump tap from 16.3.8 to 18.0.4 #1075

Workflow file for this run

name: Tests
on:
push:
branches:
- next
pull_request:
branches:
- '*'
env:
CI: true
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [10.x, 12.x, 14.x]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm i
- name: Lint
run: npm run lint
- name: Run tests
run: npm run test:ci
- name: Coverage report
uses: codecov/[email protected]