Skip to content

Commit eea3fef

Browse files
committed
Update Node for perf boosts, header removal fixes, and to stay on LTS
v16 is now EOL so we need to upgrade pretty pronto. All issues are now resolved as far as I'm aware, so this should work correctly with H2 (previously there were issues there in early v20) and with ALPN once Mockttp is updated (previously unrecognized ALPN was now rejected, which could cause problems).
1 parent a93640b commit eea3fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
}
192192
},
193193
"node": {
194-
"version": "16.20.1",
194+
"version": "20.8.0",
195195
"targets": [
196196
"win32-x64",
197197
"linux-x64",

0 commit comments

Comments
 (0)