Skip to content

chore(deps-dev): bump @types/react-dom from 18.3.0 to 18.3.1 #19

chore(deps-dev): bump @types/react-dom from 18.3.0 to 18.3.1

chore(deps-dev): bump @types/react-dom from 18.3.0 to 18.3.1 #19

Workflow file for this run

name: test
on:
pull_request:
jobs:
test:
if:
"${{ github.event.pull_request.head.repo.full_name == github.repository }}"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
- run: yarn
- run: yarn build