Skip to content

Chore/upgrade dependencies (#2) #23

Chore/upgrade dependencies (#2)

Chore/upgrade dependencies (#2) #23

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm run test:coverage
- name: Codecov
# You may pin to the exact commit or the version.
# uses: codecov/codecov-action@fcebab03f26c7530a22baa63f06b3e0515f0c7cd
uses: codecov/[email protected]