Skip to content

Commit

Permalink
Lock yarn to 1.23.0 (rrweb-io#922)
Browse files Browse the repository at this point in the history
* Lock yarn to 1.23.0

* fix flaky test

* Fix flaky tests
  • Loading branch information
Juice10 authored Jun 30, 2022
1 parent af8ed55 commit c81e609
Show file tree
Hide file tree
Showing 5 changed files with 147,430 additions and 29 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.yarn/releases/** binary
/.yarn/plugins/** binary
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.idea
node_modules
package-lock.json
# yarn.lock

temp

Expand All @@ -17,3 +16,7 @@ build
dist

.turbo

# `.yarn/install-state.gz` is an optimization file that you shouldn't ever have to commit.
# It simply stores the exact state of your project so that the next commands can boot without having to resolve your workspaces all over again.
.yarn/install-state.gz
Loading

0 comments on commit c81e609

Please sign in to comment.