action icon indicating copy to clipboard operation
action copied to clipboard

GitHub Action to Setup Volta

Results 25 action issues
Sort by recently updated
recently updated
newest added

Fixes #27 This uses the `@actions/cache` package provided to cache the inventory (cache) of Volta. So that installing the tools needed for the build can work even if the download...

Hi! I have an issue while setting up Volta and aws cdk. I would like to use cdk cli in the later steps (cdk synth, cdk deploy) but no executable...

Since I bumped the version of Node to v18.18.2 on a number of my projects in `package.json`, setting up of this version as part of my github actions workflow frequently...

Updates `release-it` to 16.2.1 to fix the vm2 vulnerability https://github.com/patriksimek/vm2

There are a few scenarios where we could take advantage of the [newly published](https://github.com/actions/cache/releases/tag/v2.0.0) caching package: * To download volta itself (though this should already be cached) * To download...

enhancement

We already error eagerly (in `getVoltaVersion`), this code is just dead / legacy code.

internal

Hi guys, In order to use volta on CI instead of actions/setup-node a piece of missing functionality needs to be filled in. Please see https://github.com/actions/setup-node#caching-global-packages-data, we're using pnpm as the...

Bumps [rollup](https://github.com/rollup/rollup) from 4.20.0 to 4.22.4. Release notes Sourced from rollup's releases. v4.22.4 4.22.4 2024-09-21 Bug Fixes Fix a vulnerability in generated code that affects IIFE, UMD and CJS bundles...

dependencies

We are setting volta-cli/action like this: ``` - name: install volta uses: volta-cli/action@v4 with: registry-url: "https://npm.pkg.github.com/" ``` which is creating a temporary user npmrc (As seen by `npm config list`...

The registry-url option sets up auth to read from `env.NODE_AUTH_TOKEN`, but the way the readme was rendered, the underscores surrounding `_AUTH_` were interpreted as italics instead. This small change to...