mirror of
https://github.com/gchq/CyberChef.git
synced 2026-05-11 15:03:19 -07:00
Make compatible with node >=22 (#2273)
Some checks are pending
Master Build, Test & Deploy / main (push) Waiting to run
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:
parent
e0ba5d2812
commit
864afa85aa
16 changed files with 21 additions and 18 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue