Skip to content

Release 2.14.6

Release 2.14.6 #37

Workflow file for this run

on: ['push', 'pull_request']
name: Test Coveralls
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 20.x
uses: actions/[email protected]
with:
node-version: 20.x
- name: npm install, make test-coverage
run: |
npm install
npm test
- name: Coveralls
uses: coverallsapp/[email protected]
with:
allow-empty: true