From fcacc12dd41d599a8d3ceae8b9de42181261dcdc Mon Sep 17 00:00:00 2001 From: svemagie Date: Tue, 31 Mar 2026 09:54:29 +0200 Subject: [PATCH] ci: add node-addon-api dep for sharp build from source --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a006a0a..c9484ae 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: run: npm ci - name: Build sharp from source for FreeBSD - run: npm install sharp --build-from-source + run: npm install node-addon-api && npm install sharp --build-from-source - name: Fetch homepage config from node jail run: |