File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments