From 49d2a346c26c3069a76fefd9b82e1292d12a32fe Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Fri, 14 Nov 2025 13:29:03 -0500 Subject: [PATCH 1/2] Update README to indicate Volta maintainers recommend migrating to mise --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9c834e233..93e866c17 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@

+>
**Volta is unmaintained.** We recommend migrating to [`mise`](https://mise.jdx.dev/). See [issue #2080](https://github.com/volta-cli/volta/issues/2080).

+ **Fast:** Install and run any JS tool quickly and seamlessly! Volta is built in Rust and ships as a snappy static binary. **Reliable:** Ensure everyone in your project has the same tools—without interfering with their workflow. From 48c5a35e5b3b7fdfc678973ec8873e3299529596 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Sat, 15 Nov 2025 08:54:13 -0700 Subject: [PATCH 2/2] Render note about unmaintained status as admonition --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93e866c17..6b415fe39 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,11 @@

->
**Volta is unmaintained.** We recommend migrating to [`mise`](https://mise.jdx.dev/). See [issue #2080](https://github.com/volta-cli/volta/issues/2080).

+> [!IMPORTANT] +> **Volta is unmaintained.** We recommend migrating to [`mise`](https://mise.jdx.dev/). See [issue #2080](https://github.com/volta-cli/volta/issues/2080). + +--- + **Fast:** Install and run any JS tool quickly and seamlessly! Volta is built in Rust and ships as a snappy static binary.