mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01: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:
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
|
||||
|
||||
Reference in New Issue
Block a user