Skip to content

⬆️ Upgrade sharp to v0.33.5 #1003

⬆️ Upgrade sharp to v0.33.5

⬆️ Upgrade sharp to v0.33.5 #1003

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