Skip to content

Cache Node Install

Actions
Installs Node dependencies and caches the result
v1.2.0
Latest
Star (0)

Cache Next Install Action

This GitHub action allows you to install Node.js dependencies and cache the result, improving the efficiency of your workflows.

Getting Started

To get started, clone the repository using the following command:

git clone https://github.com/Andrews-McMeel-Universal/cache-next-install

Installation

To integrate cache-next-install into your workflow, add a step to one of your workflows in the .github/workflows/ directory of your GitHub repository.

Configuration Options

You can customize the behavior of cache-next-install using the following variables:

Variable Description Required Default
node-version Specifies the version of Node.js to install. If not provided, the latest version is used. No Latest version
node-version-file Specifies the Node version file to use. This is useful if you want to specify a particular version of Node.js in a file. No .nvmrc

Cache Node Install is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Installs Node dependencies and caches the result
v1.2.0
Latest

Cache Node Install is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.