We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a688890 commit c5d159eCopy full SHA for c5d159e
1 file changed
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Install dependencies
32
if: steps.cache-node-modules.outputs.cache-hit != 'true'
33
- run: yarn install
+ run: yarn install --immutable
34
35
- name: Check formatting
36
run: yarn check-formatting
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
- name: Build
78
run: yarn build
0 commit comments