Skip to content

chore(deps): update all non-major devdependencies #652

chore(deps): update all non-major devdependencies

chore(deps): update all non-major devdependencies #652

Workflow file for this run

name: Unit Test
on: [push]
jobs:
unit-test:
runs-on: ubuntu-latest
name: Test
env:
NODE_OPTIONS: --max-old-space-size=6144
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'yarn'
- run: yarn
- run: yarn test --coverage