Make compatible with node >=22 (#2273)
Some checks are pending
Master Build, Test & Deploy / main (push) Waiting to run

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 21 additions and 18 deletions

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": {