From 259e4a2de96e6f64d137318351a65fdbc95b8909 Mon Sep 17 00:00:00 2001 From: rocketraccoon Date: Wed, 15 Jul 2026 01:08:19 +0700 Subject: [PATCH] fix: publish workflow --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 553387c94..db6c62e2f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,7 +29,7 @@ jobs: # Ensure npm 11.5.1 or later is installed - name: Update npm - run: npm install -g npm@latest + run: npm install -g npm@11.15.0 - run: npm ci - run: git config --global user.email "y-infra@yandex.ru" - run: git config --global user.name "y-infra"