chore: migrate project to pnpm by updating installation commands and CI configuration

This commit is contained in:
Dmitry Ng
2026-04-22 15:10:55 +03:00
parent 897bb7ec53
commit 269d851eab
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -39,6 +39,8 @@ jobs:
# pnpm setup
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
package_json_file: frontend/package.json
# Node.js setup and cache
- name: Set up Node.js