Commit 9b909c4
committed
fix: use Node.js 22.x for tests, keep 24.x for release
Node.js 24 changes content-encoding header behavior in HTTP/2 - it now
correctly removes the content-encoding header after automatic decompression
(returning null instead of 'gzip'). This breaks existing tests.
Keep Node.js 22.x for tests to maintain compatibility while using Node.js 24.x
for releases which requires OIDC support for npm provenance.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Lars Trieloff <lars@trieloff.net>1 parent 5da1062 commit 9b909c4
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments