Skip to content

build(deps): bump framer-motion from 11.3.2 to 11.11.8 #88

build(deps): bump framer-motion from 11.3.2 to 11.11.8

build(deps): bump framer-motion from 11.3.2 to 11.11.8 #88

Workflow file for this run

name: Build application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["18.x", "20.x"]
steps:
- name: Checkout actions
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Build
run: |
npm i
npm run build