Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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@3478453a763ed3c8c6eba05a092ab81a265c5492
  with:
    version: '20.x'
    js_folder: 'js'