From 7c5a8702606fa666330513fcf1bf36d4be298ca0 Mon Sep 17 00:00:00 2001 From: Eric Satterwhite Date: Wed, 1 Apr 2026 16:50:57 -0500 Subject: [PATCH] fix: use npm install over ci there is no lock file so this will not work using npm ci --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a96ec5b..3e8aabb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 24 - - run: npm ci + - run: npm install - name: Publish run: npm run release