Skip to content

Move types condition to the front (#98) #118

Move types condition to the front (#98)

Move types condition to the front (#98) #118

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
env:
NODE_ENV: development
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Test
run: |
npm install
FORCE_COLOR= npx c8 --reporter=lcov npm test && npx codecov