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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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