Skip to content

Commit 0d7822d

Browse files
committed
fix: Fix release workflow #2
1 parent 1712f84 commit 0d7822d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,10 @@ jobs:
4646
# Pinned rather than left to the runner's default so a runner image
4747
# change cannot silently drop below the floor. The real floor is now the
4848
# pinned npm below, which requires ^22.22.2 || ^24.15.0 || >=26.0.0.
49-
node-version: 22.22.2
49+
node-version: 24.15.0
5050
registry-url: https://registry.npmjs.org
5151
cache: npm
5252

53-
# Pinned rather than `npm@latest`: each npm major raises its own Node floor,
54-
# so a `latest` that outruns the Node pin above fails this step with
55-
# EBADENGINE on a day nothing in this repository changed. Bump the two together.
56-
- name: Use an npm that can publish this way
57-
run: npm install --global npm@12.0.2
58-
5953
- run: npm ci --ignore-scripts
6054

6155
# The gates run again here rather than being trusted from the push that

0 commit comments

Comments
 (0)