Skip to content

Remove MyApp and make update-data-npm Node 23 aware #45

Remove MyApp and make update-data-npm Node 23 aware

Remove MyApp and make update-data-npm Node 23 aware #45

Workflow file for this run

name: Run Unit Tests
on:
pull_request:
branches:
- '**'
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm ci
npm run test