Skip to content

Bump framer-motion from 11.0.3 to 11.0.5 #106

Bump framer-motion from 11.0.3 to 11.0.5

Bump framer-motion from 11.0.3 to 11.0.5 #106

Workflow file for this run

name: Build Checks for Dashboard
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 20
- name: Install Yarn
run: npm install -g yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build