From a01d5c694432d096fe522157f36f7754a58a9613 Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Thu, 26 Dec 2024 13:30:40 +0000
Subject: [PATCH] chore: update dev dependencies (#533)
---
.devcontainer/devcontainer.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 3ecac95..392adce 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -12,7 +12,7 @@
// Rebuild the container if it already exists to update.
"VERSION": "latest",
// Update NODE_VERSION to pick the Node.js version: 12, 14
- "NODE_VERSION": "14"
+ "NODE_VERSION": "22"
}
},
--
Gitblit v1.10.0