Skip to content

Migrate to TypeScript #6

Migrate to TypeScript

Migrate to TypeScript #6

Workflow file for this run

name: Coveralls
on: ["push", "pull_request"]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci --no-optional
env:
CI: true
- run: npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@v2