Skip to content

Commit 10e2d21

Browse files
chore: update versions of semantic-release
Also requires higher version of node.
1 parent a1ad742 commit 10e2d21

File tree

3 files changed

+364
-3175
lines changed

3 files changed

+364
-3175
lines changed

.github/actions/setup-tools/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ runs:
77
- name: Install Node.js
88
uses: actions/setup-node@v4
99
with:
10-
node-version: 23
11-
# To ensure npm 11.5.1 or later is installed for Trusted publishing
12-
- name: Update npm
10+
node-version: 24.10.0 # semantic-release requires at least this version
11+
- name: Update npm # To ensure npm 11.5.1 or later is installed for Trusted publishing
1312
shell: bash
1413
run: npm install -g npm@latest
1514
- name: Install dependencies

0 commit comments

Comments
 (0)