Make compatible with node >=22 (#2273)

Breaking change: uplifts the minimum version of node required to v20
This commit is contained in:
GCHQDeveloper581
2026-04-28 07:18:44 +01:00
committed by GitHub
parent e0ba5d2812
commit 864afa85aa
16 changed files with 21 additions and 18 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
{
"name": "CyberChef",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-18-bookworm",
"image": "mcr.microsoft.com/devcontainers/javascript-node:22-trixie",
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {