Skip to content

Move to canary to fix issue https://github.com/lovell/sharp/issues/3967 #60

Move to canary to fix issue https://github.com/lovell/sharp/issues/3967

Move to canary to fix issue https://github.com/lovell/sharp/issues/3967 #60

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm install --frozen-lockfile
- name: build
# TODO Enable those lines below if you use a Redis cache, you'll also need to configure GitHub Repository Secrets
# env:
# REDIS_HOST: ${{ secrets.REDIS_HOST }}
# REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD }}
run: pnpm build