Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: v0.10.1 — normalize all throw Error to RangeError, update README #8

fix: v0.10.1 — normalize all throw Error to RangeError, update README

fix: v0.10.1 — normalize all throw Error to RangeError, update README #8

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm test:coverage