Skip to content

Bump embla-carousel-react from 8.1.5 to 8.5.1 #284

Bump embla-carousel-react from 8.1.5 to 8.5.1

Bump embla-carousel-react from 8.1.5 to 8.5.1 #284

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install pnpm
run: npm install -g pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Run Lint
run: pnpm run lint