Skip to content

Commit 54650c3

Browse files
[gh-workflow/tests-js] yarn --frozen-lockfile option is deprecated, migrated to --immutable
1 parent 3c5d7a4 commit 54650c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ jobs:
143143
key: ${{ runner.os }}-yarn-${{ hashFiles('**/package.json') }}
144144
restore-keys: |
145145
${{ runner.os }}-yarn-
146-
- run: yarn --frozen-lockfile
146+
- run: yarn --immutable
147147
- run: yarn test

0 commit comments

Comments
 (0)