Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(player): prevent memory leak by cleaning up event listeners on de… #318

fix(player): prevent memory leak by cleaning up event listeners on de…

fix(player): prevent memory leak by cleaning up event listeners on de… #318

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install node
uses: actions/setup-node@v6
with:
node-version: 18.x
cache: 'yarn'
- name: install dependencies
run: yarn
- name: run lint
run: yarn lint
- name: run unit tests
run: yarn test