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 7295655 commit fa1e84fCopy full SHA for fa1e84f
.github/workflows/tests.yml
@@ -45,6 +45,8 @@ jobs:
45
46
- name: Install deps
47
run: yarn install
48
+ env:
49
+ YARN_ENABLE_IMMUTABLE_INSTALLS: false
50
51
# Read existing version, reuse that, add a Git short hash
52
- name: Set build version to Git commit
netlify.toml
@@ -10,6 +10,8 @@ NODE_OPTIONS = "--max_old_space_size=4096"
10
NETLIFY_USE_YARN = "true"
11
YARN_VERSION = "1.22.10"
12
13
+YARN_ENABLE_IMMUTABLE_INSTALLS = false
14
+
15
[[plugins]]
16
package = "netlify-plugin-cache"
17
[plugins.inputs]
0 commit comments