We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42255c commit 503dd20Copy full SHA for 503dd20
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
corepack prepare yarn@4.9.2 --activate
23
24
- name: Install dependencies
25
- run: yarn install --frozen-lockfile
+ run: yarn install --immutable
26
27
- name: Build documentation
28
run: yarn build
0 commit comments