mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
revert back to official nodejs mirror (#265692)
maybe the issue is gone by now 🤞: - https://github.com/microsoft/azure-pipelines-tasks/issues/18280 - https://github.com/nodejs/nodejs.org/issues/4495
This commit is contained in:
2
.github/workflows/pr-darwin-test.yml
vendored
2
.github/workflows/pr-darwin-test.yml
vendored
@@ -30,8 +30,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
env:
|
||||
NODEJS_ORG_MIRROR: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- name: Prepare node_modules cache key
|
||||
run: mkdir -p .build && node build/azure-pipelines/common/computeNodeModulesCacheKey.js darwin $VSCODE_ARCH $(node -p process.arch) > .build/packagelockhash
|
||||
|
||||
2
.github/workflows/pr-linux-test.yml
vendored
2
.github/workflows/pr-linux-test.yml
vendored
@@ -30,8 +30,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
env:
|
||||
NODEJS_ORG_MIRROR: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- name: Setup system services
|
||||
run: |
|
||||
|
||||
8
.github/workflows/pr-node-modules.yml
vendored
8
.github/workflows/pr-node-modules.yml
vendored
@@ -19,8 +19,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
env:
|
||||
NODEJS_ORG_MIRROR: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- name: Prepare node_modules cache key
|
||||
run: mkdir -p .build && node build/azure-pipelines/common/computeNodeModulesCacheKey.js compile $(node -p process.arch) > .build/packagelockhash
|
||||
@@ -100,8 +98,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
env:
|
||||
NODEJS_ORG_MIRROR: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- name: Prepare node_modules cache key
|
||||
run: mkdir -p .build && node build/azure-pipelines/common/computeNodeModulesCacheKey.js linux $VSCODE_ARCH $(node -p process.arch) > .build/packagelockhash
|
||||
@@ -174,8 +170,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
env:
|
||||
NODEJS_ORG_MIRROR: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- name: Prepare node_modules cache key
|
||||
run: mkdir -p .build && node build/azure-pipelines/common/computeNodeModulesCacheKey.js darwin $VSCODE_ARCH $(node -p process.arch) > .build/packagelockhash
|
||||
@@ -237,8 +231,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
env:
|
||||
NODEJS_ORG_MIRROR: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- name: Prepare node_modules cache key
|
||||
shell: pwsh
|
||||
|
||||
2
.github/workflows/pr-win32-test.yml
vendored
2
.github/workflows/pr-win32-test.yml
vendored
@@ -30,8 +30,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
env:
|
||||
NODEJS_ORG_MIRROR: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- name: Prepare node_modules cache key
|
||||
shell: pwsh
|
||||
|
||||
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@@ -27,8 +27,6 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version-file: .nvmrc
|
||||
env:
|
||||
NODEJS_ORG_MIRROR: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- name: Prepare node_modules cache key
|
||||
run: mkdir -p .build && node build/azure-pipelines/common/computeNodeModulesCacheKey.js compile $(node -p process.arch) > .build/packagelockhash
|
||||
|
||||
@@ -16,7 +16,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- template: ../cli/cli-apply-patches.yml@self
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- template: ../distro/download-distro.yml@self
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- template: ../cli/cli-apply-patches.yml@self
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- task: AzureKeyVault@2
|
||||
displayName: "Azure Key Vault: Get Secrets"
|
||||
|
||||
@@ -3,7 +3,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- template: ../distro/download-distro.yml@self
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- template: ../distro/download-distro.yml@self
|
||||
|
||||
|
||||
@@ -12,5 +12,4 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
- template: ./distro/download-distro.yml@self
|
||||
|
||||
@@ -19,7 +19,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- template: ../cli/cli-apply-patches.yml@self
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- template: ../distro/download-distro.yml@self
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- template: ./distro/download-distro.yml@self
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@ jobs:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- script: |
|
||||
set -e
|
||||
|
||||
@@ -3,7 +3,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- task: AzureKeyVault@2
|
||||
displayName: "Azure Key Vault: Get Secrets"
|
||||
|
||||
@@ -7,7 +7,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- task: AzureCLI@2
|
||||
displayName: Fetch secrets
|
||||
|
||||
@@ -14,7 +14,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- bash: |
|
||||
TAG_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)
|
||||
|
||||
@@ -3,7 +3,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- template: ../distro/download-distro.yml@self
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- template: ../cli/cli-apply-patches.yml@self
|
||||
|
||||
|
||||
@@ -10,7 +10,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- task: AzureKeyVault@2
|
||||
displayName: "Azure Key Vault: Get Secrets"
|
||||
|
||||
@@ -23,7 +23,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
|
||||
@@ -9,7 +9,6 @@ steps:
|
||||
inputs:
|
||||
versionSource: fromFile
|
||||
versionFilePath: .nvmrc
|
||||
nodejsMirror: https://github.com/joaomoreno/node-mirror/releases/download
|
||||
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
|
||||
Reference in New Issue
Block a user