Skip to content

fix: typo in lib.ts #13

fix: typo in lib.ts

fix: typo in lib.ts #13

Workflow file for this run

name: "test"
on:
push:
pull_request:
env:
NODE_VERSION: lts/*
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- run: npm i --frozen-lockfile
- run: npm run test