Skip to content

Commit aa2b4ba

Browse files
committed
ci(github): Update GitHub Actions to use immutable flag for Yarn
--frozen-lockfile option is deprecated
1 parent bf595fd commit aa2b4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cache: yarn
1717

1818
- name: Install dependencies
19-
run: yarn install --frozen-lockfile
19+
run: yarn install --immutable
2020

2121
- name: Build project
2222
env:

0 commit comments

Comments
 (0)