Skip to content

fix: solve the performance problem (#220) #536

fix: solve the performance problem (#220)

fix: solve the performance problem (#220) #536

Workflow file for this run

name: example-yarn
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: bahmutov/npm-install@HEAD
with:
working-directory: examples/yarn
- run: npm t
working-directory: examples/yarn