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