Skip to content

Update dependency framer-motion to ^10.16.12 #573

Update dependency framer-motion to ^10.16.12

Update dependency framer-motion to ^10.16.12 #573

Workflow file for this run

name: "CI"
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-node@v4.0.0"
with:
node-version: "18"
cache: "npm"
- run: "npm ci"
- run: "npm run build"