Skip to content

Latest commit

 

History

History

install-node-with-pnpm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Install Node with PNPM

Install Node.js and PNPM. Optionally download and cache the dependencies in the root folder.

- uses: nifty-oss/actions/install-node-with-pnpm@v1
  with:
    version: 18.x
    dependencies: false
    cache: true
  • Inputs:
    • version: The Node.js version to install. Defaults to 18.x.
    • dependencies: whether to install dependencies on the root folder. Defaults to false.
    • cache: Whether installed dependencies should be cached using buildjet/cache. Defaults to true.