Skip to content

Commit fa1e84f

Browse files
committed
Temporarily allow lockfile changes
1 parent 7295655 commit fa1e84f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545

4646
- name: Install deps
4747
run: yarn install
48+
env:
49+
YARN_ENABLE_IMMUTABLE_INSTALLS: false
4850

4951
# Read existing version, reuse that, add a Git short hash
5052
- name: Set build version to Git commit

netlify.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ NODE_OPTIONS = "--max_old_space_size=4096"
1010
NETLIFY_USE_YARN = "true"
1111
YARN_VERSION = "1.22.10"
1212

13+
YARN_ENABLE_IMMUTABLE_INSTALLS = false
14+
1315
[[plugins]]
1416
package = "netlify-plugin-cache"
1517
[plugins.inputs]

0 commit comments

Comments
 (0)