ci: add node-addon-api dep for sharp build from source

This commit is contained in:
svemagie
2026-03-31 09:54:29 +02:00
parent aba4a41dd7
commit fcacc12dd4
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
run: npm ci run: npm ci
- name: Build sharp from source for FreeBSD - 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 - name: Fetch homepage config from node jail
run: | run: |