feat: setup libs #1

Merged
Voldemar merged 12 commits from setup-libs into main 2026-03-08 23:30:38 +00:00
Showing only changes of commit 77bb666b39 - Show all commits

View File

@@ -30,6 +30,8 @@ jobs:
with: with:
node-version-file: ".nvmrc" node-version-file: ".nvmrc"
cache: "pnpm" cache: "pnpm"
env:
PNPM_HOME: /root/.local/share/pnpm
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile