File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050
5151 - uses : actions/setup-node@v6
5252 with :
53- node-version : ' >=22 '
53+ node-version : 25
5454 cache : pnpm
5555 cache-dependency-path : etherpad/pnpm-lock.yaml
5656
Original file line number Diff line number Diff line change 2323 # OIDC trusted publishing needs npm >= 11.5.1, which requires
2424 # Node >= 20.17.0. setup-node's `20` resolves to the latest
2525 # 20.x, which satisfies that.
26- node-version : ' >=22 '
26+ node-version : 25
2727 registry-url : https://registry.npmjs.org/
2828 - name : Upgrade npm to >=11.5.1 (required for trusted publishing)
2929 run : npm install -g npm@latest
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v6
1313 - uses : actions/setup-node@v6
1414 with :
15- node-version : ' >=22 '
15+ node-version : 25
1616 - uses : pnpm/action-setup@v6
1717 with :
1818 # No `version:` — defer to packageManager in package.json.
You can’t perform that action at this time.
0 commit comments