From 9280742385eccc8603ad1776be85b4bed8e23ca3 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 9 Mar 2022 19:26:43 +0000 Subject: [PATCH] CI: update FreeBSD environment --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index f3f14259..ceb105fb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image_family: freebsd-13-0-snap + image_family: freebsd-14-0-snap task: name: FreeBSD 13.0 @@ -9,7 +9,7 @@ task: prerequisites_script: - pkg update -f - pkg upgrade -y - - pkg install -y pkgconf vips node npm + - pkg install -y devel/pkgconf graphics/vips www/node16 www/npm install_script: - npm install --build-from-source --unsafe-perm test_script: