Skip to content

feat(size): allow to specify string length of random values #475

feat(size): allow to specify string length of random values

feat(size): allow to specify string length of random values #475

Workflow file for this run

name: CI
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm ci
- run: npm run test
- run: npm run build
- run: npm run i18n