Skip to content

Preparing for release, 3.2.0. #281

Preparing for release, 3.2.0.

Preparing for release, 3.2.0. #281

Workflow file for this run

name: Node CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm ci
- run: npm test
- name: codecov
run: npx codecov