Skip to content

Update dependency framer-motion to v12.3.1 (#684) #4724

Update dependency framer-motion to v12.3.1 (#684)

Update dependency framer-motion to v12.3.1 (#684) #4724

name: Build and test
on: [push, pull_request]
jobs:
cypress-run:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci && npm i --os=linux --cpu=x64 sharp
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: npm run build
start: npm start
wait-on: 'http://localhost:3000'