Skip to content

Update dependency @react-three/drei to v9.77.10 #5263

Update dependency @react-three/drei to v9.77.10

Update dependency @react-three/drei to v9.77.10 #5263

Workflow file for this run

name: Check PR
on:
push:
branches-ignore:
- master
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
- name: install
run: yarn install
- name: build
run: yarn build
- name: lint
run: yarn lint