Skip to content

Bump framer-motion from 11.14.1 to 11.15.0 #1537

Bump framer-motion from 11.14.1 to 11.15.0

Bump framer-motion from 11.14.1 to 11.15.0 #1537

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run fmt
- run: npm run lint
- run: npm run build