Skip to content

refactor Upgrade react-scripts in examples #273

refactor Upgrade react-scripts in examples

refactor Upgrade react-scripts in examples #273

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