Skip to content

chore: update dependency @types/react to v19 #8502

chore: update dependency @types/react to v19

chore: update dependency @types/react to v19 #8502

Workflow file for this run

name: test
on:
- push
- pull_request
env:
TZ: Asia/Tokyo
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: restore lerna
uses: actions/cache@v4
with:
path: |
node_modules
*/*/node_modules
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}-v2
- run: yarn install --frozen-lockfile
- run: |
yarn lerna run --scope @openameba/spindle-hooks build
yarn test