From 958e14c9ae3fd48d222565b95509df3cc04322d5 Mon Sep 17 00:00:00 2001 From: Job Date: Tue, 29 Oct 2024 19:44:53 +0100 Subject: [PATCH] Added Node.js v22 --- typescript/configurations/22.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 typescript/configurations/22.json diff --git a/typescript/configurations/22.json b/typescript/configurations/22.json new file mode 100644 index 0000000..a5ee0f5 --- /dev/null +++ b/typescript/configurations/22.json @@ -0,0 +1,3 @@ +{ + "base_image": "22-bookworm" +} \ No newline at end of file