Skip to content

Commit

Permalink
All mutable yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Mar 20, 2023
1 parent 6dee651 commit 7c88081
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ on:
default: "benchmark-assets"
type: string

env:
YARN_ENABLE_IMMUTABLE_INSTALLS: 0

permissions:
issues: write

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/run-memory-leak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
default: "7"
type: string

env:
YARN_ENABLE_IMMUTABLE_INSTALLS: 0

jobs:
memory-leak-test:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 7c88081

Please sign in to comment.