We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9325ae9 commit 173e7daCopy full SHA for 173e7da
setup/README.md
@@ -9,6 +9,6 @@ The following example yaml code will setup Node 20.x environment with pnpm and c
9
- name: Setup Node
10
uses: actions-ext/node/setup@v1
11
with:
12
- manager: pnpm
13
version: '20.x'
+ js_folder: 'js'
14
```
0 commit comments