Skip to content

volta

Hassle-free way to manage your JavaScript command-line tools

With Volta, you can select a Node engine once and then stop worrying about it. You can switch between projects and stop having to manually switch between Nodes. You can install npm package binaries in your toolchain without having to periodically reinstall them or figure out why they’ve stopped working.

dev

https://volta.sh/

amd64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install volta

sudo apt install volta

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    volta=2.0.2*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      volta=2.0.2*

Download URLs

Version SHA256 Size (KB)
2.0.2 0ea7e961fbf14662352528deccdbb6a96d675caca35f0f81f998a20575875435 3037

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for volta are versioned here.

Click here to see volta ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/volta/ops2deb.yml
name: volta
matrix:
  architectures:
    - amd64
  versions:
    - 2.0.2
homepage: https://volta.sh/
summary: hassle-free way to manage your JavaScript command-line tools
description: |-
  With Volta, you can select a Node engine once and then stop worrying about it.
  You can switch between projects and stop having to manually switch between
  Nodes. You can install npm package binaries in your toolchain without having to
  periodically reinstall them or figure out why they’ve stopped working.
fetch: https://github.com/volta-cli/volta/releases/download/v{{version}}/volta-{{version}}-linux.tar.gz
install:
  - volta:/usr/bin/
  - volta-migrate:/usr/bin/
  - volta-shim:/usr/bin/

The blueprint fetch keyword contains a URL template pointing to volta releases. Downloaded files are locked in a lockfile versioned here.

Click here to see volta release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/volta/ops2deb.lock.yml
- url: https://github.com/volta-cli/volta/releases/download/v2.0.2/volta-2.0.2-linux.tar.gz
  sha256: 6cec054c911fb925b629a09455775af6e95dc0f5694a4c28b63979ab9ef18037
  timestamp: 2025-09-16 15:35:00+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/volta.svg)](https://docs.wakemeops.com/packages/volta)
<a href="https://docs.wakemeops.com/packages/volta">
  <img src="https://docs.wakemeops.com/badges/volta.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/volta.svg
:target: https://docs.wakemeops.com/packages/volta