Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 325 Bytes

File metadata and controls

14 lines (11 loc) · 325 Bytes

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'