We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ad742 commit 10e2d21Copy full SHA for 10e2d21
.github/actions/setup-tools/action.yml
@@ -7,9 +7,8 @@ runs:
7
- name: Install Node.js
8
uses: actions/setup-node@v4
9
with:
10
- node-version: 23
11
- # To ensure npm 11.5.1 or later is installed for Trusted publishing
12
- - name: Update npm
+ node-version: 24.10.0 # semantic-release requires at least this version
+ - name: Update npm # To ensure npm 11.5.1 or later is installed for Trusted publishing
13
shell: bash
14
run: npm install -g npm@latest
15
- name: Install dependencies
0 commit comments