From 0bc26a3f17dac4f735854c247de741ff97c06ede Mon Sep 17 00:00:00 2001 From: David Lane <42013603+ReenigneArcher@users.noreply.github.com> Date: Sun, 24 May 2026 19:28:52 -0400 Subject: [PATCH] build(freebsd): fix npm install (#5182) --- .github/workflows/ci-freebsd.yml | 2 +- docs/building.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-freebsd.yml b/.github/workflows/ci-freebsd.yml index 76670531..92fa7098 100644 --- a/.github/workflows/ci-freebsd.yml +++ b/.github/workflows/ci-freebsd.yml @@ -124,7 +124,7 @@ jobs: ports-mgmt/pkg \ security/openssl \ shells/bash \ - www/npm \ + www/npm-node22 \ x11/libX11 \ x11/libxcb \ x11/libXfixes \ diff --git a/docs/building.md b/docs/building.md index 54d195b7..c481dd4a 100644 --- a/docs/building.md +++ b/docs/building.md @@ -39,7 +39,7 @@ pkg install -y \ ports-mgmt/pkg \ security/openssl \ shells/bash \ - www/npm \ + www/npm-node22 \ x11/libX11 \ x11/libxcb \ x11/libXfixes \