From 3fa465cec21252624d5911bd13193fbd239898ae Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Thu, 12 Mar 2026 20:43:14 +0300 Subject: [PATCH] fix(workflows/publish): use npm instead of pnpm --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 85427b3..ae57720 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: lts/* - cache: 'pnpm' + cache: 'npm' - name: install Rust stable uses: dtolnay/rust-toolchain@stable