Skip to content

Update dependency debounce to v3 #557

Update dependency debounce to v3

Update dependency debounce to v3 #557

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 24
cache: 'yarn'
- name: Install packages
run: yarn install --immutable
- name: Run tests
run: yarn test