Skip to content

fix: undo type update #4

fix: undo type update

fix: undo type update #4

Workflow file for this run

name: Check
on:
pull_request:
branches: [stedi-main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install
- run: npm test