From f5eb35f1d676a70213df53b4a62ed988526909ff Mon Sep 17 00:00:00 2001 From: Vitalii Dudnik Date: Mon, 27 Apr 2026 16:18:39 +0300 Subject: [PATCH] ci: specify npm version in release workflow to ensure consistency --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df2dc68..2058feb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: - run: | git config user.name "${GITHUB_ACTOR}" git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" - - run: npm install -g npm@latest + - run: npm install -g npm@~11.10.0 - run: npm ci - run: npm run release:prepare - run: npm run release:beta @@ -79,7 +79,7 @@ jobs: - run: | git config user.name "${GITHUB_ACTOR}" git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" - - run: npm install -g npm@latest + - run: npm install -g npm@~11.10.0 - run: npm ci - run: npm run release:prepare - run: npm run release:${{ github.event.inputs.release_type }}