Skip to content

fix: upgrade sharp from 0.32.5 to 0.33.4 #1011

fix: upgrade sharp from 0.32.5 to 0.33.4

fix: upgrade sharp from 0.32.5 to 0.33.4 #1011

Workflow file for this run

name: Lint files
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use current Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
cache: 'npm'
- run: npm ci
- run: npm run lint