Skip to content

Bump sharp from 0.33.2 to 0.33.4 #527

Bump sharp from 0.33.2 to 0.33.4

Bump sharp from 0.33.2 to 0.33.4 #527

Workflow file for this run

name: Lint
on:
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'pnpm'
- run: pnpm i --frozen-lockfile
- run: pnpm lint
- run: pnpm format:check