Skip to content

Commit 8504ec0

Browse files
authored
Merge branch 'master' into feat/record-in-fork-rev2
2 parents d7166ff + 2449178 commit 8504ec0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1146,6 +1146,14 @@ Name | Description
11461146

11471147
This action installs local dependencies using lock files. If `yarn.lock` file is found, the install uses `yarn --frozen-lockfile` command. Otherwise it expects to find `package-lock.json` and install using `npm ci` command.
11481148

1149+
The above default `yarn` installation command can be replaced for [Yarn Berry](https://yarnpkg.com/) (Yarn 2 and later) using the `install-command` parameter, for example:
1150+
1151+
```yml
1152+
- uses: cypress-io/github-action@v5
1153+
with:
1154+
install-command: yarn install
1155+
```
1156+
11491157
This action uses several production dependencies. The minimum Node version required to run this action depends on the minimum Node required by the dependencies.
11501158

11511159
## Debugging

0 commit comments

Comments
 (0)