Skip to content

Commit a64f7ed

Browse files
authored
Merge pull request #9433 from ever-co/develop
Stage
2 parents ebc8f7d + 2da15fe commit a64f7ed

File tree

246 files changed

+2533
-2456
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+2533
-2456
lines changed

.cspell.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,8 @@
832832
"reencoded",
833833
"retryable",
834834
"Retryable",
835-
"pendings"
835+
"pendings",
836+
"SICO"
836837
],
837838
"useGitignore": true,
838839
"ignorePaths": [

.github/workflows/agent-prod.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,6 @@ jobs:
521521
"NODE=$nodeExe" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
522522
"NODE_PATH=$nodePath" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
523523
524-
npm config set scripts-prepend-node-path true
525-
526524
$env:PATH = $newPath
527525
[System.Environment]::SetEnvironmentVariable("PATH", $newPath, "Process")
528526

.github/workflows/agent-stage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,6 @@ jobs:
521521
"NODE=$nodeExe" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
522522
"NODE_PATH=$nodePath" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
523523
524-
npm config set scripts-prepend-node-path true
525-
526524
$env:PATH = $newPath
527525
[System.Environment]::SetEnvironmentVariable("PATH", $newPath, "Process")
528526

.github/workflows/desktop-app-prod.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,6 @@ jobs:
521521
"NODE=$nodeExe" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
522522
"NODE_PATH=$nodePath" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
523523
524-
npm config set scripts-prepend-node-path true
525-
526524
$env:PATH = $newPath
527525
[System.Environment]::SetEnvironmentVariable("PATH", $newPath, "Process")
528526

.github/workflows/desktop-app-stage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,6 @@ jobs:
521521
"NODE=$nodeExe" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
522522
"NODE_PATH=$nodePath" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
523523
524-
npm config set scripts-prepend-node-path true
525-
526524
$env:PATH = $newPath
527525
[System.Environment]::SetEnvironmentVariable("PATH", $newPath, "Process")
528526

.github/workflows/desktop-timer-app-prod.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,6 @@ jobs:
521521
"NODE=$nodeExe" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
522522
"NODE_PATH=$nodePath" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
523523
524-
npm config set scripts-prepend-node-path true
525-
526524
$env:PATH = $newPath
527525
[System.Environment]::SetEnvironmentVariable("PATH", $newPath, "Process")
528526

.github/workflows/desktop-timer-app-stage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,6 @@ jobs:
521521
"NODE=$nodeExe" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
522522
"NODE_PATH=$nodePath" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
523523
524-
npm config set scripts-prepend-node-path true
525-
526524
$env:PATH = $newPath
527525
[System.Environment]::SetEnvironmentVariable("PATH", $newPath, "Process")
528526

.github/workflows/server-api-prod.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,6 @@ jobs:
521521
"NODE=$nodeExe" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
522522
"NODE_PATH=$nodePath" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
523523
524-
npm config set scripts-prepend-node-path true
525-
526524
$env:PATH = $newPath
527525
[System.Environment]::SetEnvironmentVariable("PATH", $newPath, "Process")
528526

.github/workflows/server-api-stage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,6 @@ jobs:
521521
"NODE=$nodeExe" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
522522
"NODE_PATH=$nodePath" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
523523
524-
npm config set scripts-prepend-node-path true
525-
526524
$env:PATH = $newPath
527525
[System.Environment]::SetEnvironmentVariable("PATH", $newPath, "Process")
528526

.github/workflows/server-mcp-prod.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,8 +521,6 @@ jobs:
521521
"NODE=$nodeExe" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
522522
"NODE_PATH=$nodePath" | Out-File -FilePath $env:GITHUB_ENV -Append -Encoding utf8
523523
524-
npm config set scripts-prepend-node-path true
525-
526524
$env:PATH = $newPath
527525
[System.Environment]::SetEnvironmentVariable("PATH", $newPath, "Process")
528526

0 commit comments

Comments
 (0)