Skip to content

Latest commit

 

History

History

setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

setup

An action to setup Node with pnpm and caching.

Usage

The following example yaml code will setup Node 20.x environment with pnpm and caching pnpm-lock.yaml.

- name: Setup Node
  uses: actions-ext/node/setup@v1
  with:
    manager: pnpm
    version: '20.x'