From 46edb2cd5e9b947590e81a6aba31afa16fa12564 Mon Sep 17 00:00:00 2001 From: OS-pedrogustavobilro Date: Fri, 17 Apr 2026 15:49:02 +0100 Subject: [PATCH] chore(ci): fix npm version being installed --- .github/actions/setup-tools/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-tools/action.yml b/.github/actions/setup-tools/action.yml index 2db8ff3..eb362b3 100644 --- a/.github/actions/setup-tools/action.yml +++ b/.github/actions/setup-tools/action.yml @@ -11,7 +11,7 @@ runs: # Ensure npm 11.5.1 or later is installed for Trusted publishing - name: Update npm shell: bash - run: npm install -g npm@latest + run: npm install -g npm@~11.10.0 - name: Install dependencies shell: bash run: npm i \ No newline at end of file