setup-node¶
Setup Node (yarn)
Install Node from .nvmrc and run yarn install. Run actions/checkout first.
Inputs¶
Input |
Required |
Default |
Description |
|---|---|---|---|
|
no |
|
Run yarn install after setting up Node. |
|
no |
|
Pass –frozen-lockfile to yarn install. |
Usage¶
- uses: actions/checkout@v6
- uses: FSHTech/github-actions/setup-node@v1