Skip to content

feat: rm maxAbbrevLength prop + bump all dependencies (3.0.0) #233

feat: rm maxAbbrevLength prop + bump all dependencies (3.0.0)

feat: rm maxAbbrevLength prop + bump all dependencies (3.0.0) #233

Workflow file for this run

name: Tests CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: '7.30.3'
- name: Test using Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- run: pnpm install
- run: pnpm test:ci