An action to setup Node with pnpm and caching.
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'