Skip to content

Commit

Permalink
CI: FreeBSD: Use 13.2 stable, upgrade to Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jul 12, 2023
1 parent bcd865c commit 863174f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
@@ -1,5 +1,5 @@
freebsd_instance:
image_family: freebsd-14-0-snap
image_family: freebsd-13-2

task:
name: FreeBSD
Expand All @@ -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:
Expand Down

0 comments on commit 863174f

Please sign in to comment.