Skip to content

build: add babel react compiler dependency #67

build: add babel react compiler dependency

build: add babel react compiler dependency #67

Workflow file for this run

name: Test
on:
push:
branches:
- main
- next
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '20.x'
cache: yarn
- run: yarn install
- run: yarn test