From 0b6502e56b95bca64b4295bf7c10907b93dc1719 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sat, 3 Jan 2026 14:30:52 +0400 Subject: [PATCH] chore: fix pnpm version --- .github/workflows/sync-e2e.yml | 8 ++++---- .vscode/settings.json | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sync-e2e.yml b/.github/workflows/sync-e2e.yml index 2348dbb..61cc465 100644 --- a/.github/workflows/sync-e2e.yml +++ b/.github/workflows/sync-e2e.yml @@ -34,9 +34,9 @@ jobs: uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 #v4.2.0 with: - version: 9 + run_install: false - name: Setup Node.js uses: actions/setup-node@v4 @@ -98,9 +98,9 @@ jobs: done - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 #v4.2.0 with: - version: 9 + run_install: false - name: Setup Node.js uses: actions/setup-node@v4 diff --git a/.vscode/settings.json b/.vscode/settings.json index 61fb7b5..271caaa 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -83,6 +83,7 @@ "langpack", "launchservices", "letterboxing", + "libappindicator", "libatk", "libayatana", "libc", @@ -123,6 +124,7 @@ "osascript", "oscpu", "outpath", + "patchelf", "pathex", "pathlib", "peerconnection",