Skip to content

replace should with built-in node:assert #21

replace should with built-in node:assert

replace should with built-in node:assert #21

Workflow file for this run

name: check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 'current'
- run: yarn install
- run: make check