File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - name : Setup Node.js
2727 uses : actions/setup-node@v7
2828 with :
29- node-version : 20
29+ # Node 24 (Krypton) is the current active LTS, EOL 2028-04-30.
30+ # Node 20 went EOL 2026-04-30 and is below the floor declared by
31+ # puppeteer-core and size-limit (engines.node >= 22.12.0), which is
32+ # what the EBADENGINE warnings on every `npm ci` were about.
33+ node-version : 24
3034 cache : npm
3135
3236 - name : Install dependencies
Original file line number Diff line number Diff line change 3535 - name : Setup Node.js
3636 uses : actions/setup-node@v7
3737 with :
38- node-version : 20
38+ # Node 24 (Krypton) is the current active LTS, EOL 2028-04-30.
39+ # Node 20 went EOL 2026-04-30 and is below the floor declared by
40+ # puppeteer-core and size-limit (engines.node >= 22.12.0), which is
41+ # what the EBADENGINE warnings on every `npm ci` were about.
42+ node-version : 24
3943 cache : npm
4044
4145 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments