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 941a165243 - Show all commits

View File

@@ -33,7 +33,13 @@ jobs:
uses: actions/setup-node@v6
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- name: Cache pnpm store
uses: actions/cache@v4
with:
path: /root/.pnpm-store
key: pnpm-${{ hashFiles('pnpm-lock.yaml') }}
restore-keys: pnpm-
- name: Install dependencies
run: pnpm install --frozen-lockfile