fix(workflows/publish): use npm instead of pnpm

This commit is contained in:
/home/neo
2026-03-12 20:43:14 +03:00
committed by GitHub
parent 5b21bc6484
commit 3fa465cec2
+1 -1
View File
@@ -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