We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0378991 commit f21c5f9Copy full SHA for f21c5f9
.github/actions/install/action.yml
@@ -2,5 +2,5 @@ name: Install Dependencies
2
runs:
3
using: composite
4
steps:
5
- - run: yarn install --frozen-lockfile
+ - run: yarn install --immutable --immutable-cache
6
shell: bash
0 commit comments