mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
build: upgrade yarn to 4.12.0 (#49176)
This commit is contained in:
committed by
GitHub
parent
fe477ce3aa
commit
8cefc8425c
2
DEPS
2
DEPS
@@ -152,7 +152,7 @@ hooks = [
|
||||
'action': [
|
||||
'python3',
|
||||
'-c',
|
||||
'import os, subprocess; os.chdir(os.path.join("src", "electron")); subprocess.check_call(["node", ".yarn/releases/yarn-4.11.0.cjs", "install", "--immutable"]);',
|
||||
'import os, subprocess; os.chdir(os.path.join("src", "electron")); subprocess.check_call(["node", ".yarn/releases/yarn-4.12.0.cjs", "install", "--immutable"]);',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user