freebsd_instance: image_family: freebsd-15-0-snap task: name: FreeBSD env: IGNORE_OSVERSION: yes skip_notifications: true prerequisites_script: - pkg update -f - pkg upgrade -y - pkg install -y devel/git devel/pkgconf graphics/vips www/node20 www/npm - pkg-config --modversion vips-cpp install_script: - npm install --build-from-source test_script: - npx mocha --no-config --spec=test/unit/io.js --timeout=30000