merge: dev into main

This commit is contained in:
777genius 2026-05-23 01:15:16 +03:00
commit f60427ae7a

View file

@ -65,6 +65,9 @@ jobs:
node-version: 22
cache: pnpm
- name: Restore pnpm node-gyp executable bit
run: find "$(dirname "$(command -v pnpm)")/store" -path '*/node-gyp/gyp/gyp_main.py' -exec chmod +x {} \; 2>/dev/null || true
- name: Install dependencies
run: pnpm install --frozen-lockfile
@ -95,6 +98,9 @@ jobs:
node-version: 22
cache: pnpm
- name: Restore pnpm node-gyp executable bit
run: find "$(dirname "$(command -v pnpm)")/store" -path '*/node-gyp/gyp/gyp_main.py' -exec chmod +x {} \; 2>/dev/null || true
- name: Install dependencies
run: pnpm install --frozen-lockfile