From 03f78b488a18726270d04f03d1497bd1003a4dc2 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 17 Jun 2026 12:11:41 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Explicitly=20install=20np?= =?UTF-8?q?m=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dreamhost.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dreamhost.yml b/.github/workflows/dreamhost.yml index 3b97108..defa84c 100644 --- a/.github/workflows/dreamhost.yml +++ b/.github/workflows/dreamhost.yml @@ -29,6 +29,9 @@ jobs: with: node-version: "22" + - name: Install npm dependencies + run: npm install + - name: Run build task run: npm run build