Skip to content

release: v1.39.1

release: v1.39.1 #53

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- 'master'
paths:
- 'lib/**/*'
- 'src/**/*'
- 'test/**/*'
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g codecov
- run: npm link
- run: npm run ci
- run: codecov --disable=gcov