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 92fcfe4 commit eeb3653Copy full SHA for eeb3653
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
cache: 'yarn'
16
17
- name: Install dependencies
18
- run: yarn install --frozen-lockfile
+ run: yarn install --immutable
19
20
- name: Build project
21
run: yarn build
@@ -50,7 +50,7 @@ jobs:
50
key: ${{ runner.os }}-locks
51
52
53
54
55
- name: Download build artifact
56
uses: actions/download-artifact@v4
@@ -83,7 +83,7 @@ jobs:
83
84
85
86
87
88
89
0 commit comments