Skip to content

refactor Update reselect in examples #270

refactor Update reselect in examples

refactor Update reselect in examples #270

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
node -v
npm install
npm run bootstrap
npm test