Skip to content

Commit f21c5f9

Browse files
committed
ci: use yarn 2 install flags
1 parent 0378991 commit f21c5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ name: Install Dependencies
22
runs:
33
using: composite
44
steps:
5-
- run: yarn install --frozen-lockfile
5+
- run: yarn install --immutable --immutable-cache
66
shell: bash

0 commit comments

Comments
 (0)