CI: FreeBSD: Use 13.2 stable, upgrade to Node.js 20

This commit is contained in:
Lovell Fuller 2023-07-11 12:35:59 +01:00
parent bcd865cc96
commit 863174f201

View File

@ -1,5 +1,5 @@
freebsd_instance:
image_family: freebsd-14-0-snap
image_family: freebsd-13-2
task:
name: FreeBSD
@ -9,7 +9,7 @@ task:
prerequisites_script:
- pkg update -f
- pkg upgrade -y
- pkg install -y devel/pkgconf graphics/vips www/node16 www/npm
- pkg install -y devel/git devel/pkgconf graphics/vips www/node20 www/npm
install_script:
- npm install --build-from-source --unsafe-perm
test_script: