- To match the requirement of the dependency @vscode/test-electron@2.2.2

Signed-off-by: sheche <sheche@microsoft.com>
This commit is contained in:
Sheng Chen 2023-01-30 11:25:14 +08:00 коммит произвёл GitHub
Родитель b30d959fc7
Коммит a4e6956cb3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 10 добавлений и 10 удалений

4
.github/workflows/linux.yml поставляемый
Просмотреть файл

@ -29,13 +29,13 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Install Node.js modules
run: npm install
- name: Install VSCE
run: npm install -g vsce
run: npm install -g @vscode/vsce
- name: Build OSGi bundle
run: npm run build-server

4
.github/workflows/macOS.yml поставляемый
Просмотреть файл

@ -22,13 +22,13 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Install Node.js modules
run: npm install
- name: Install VSCE
run: npm install -g vsce
run: npm install -g @vscode/vsce
- name: Build OSGi bundle
run: npm run build-server

4
.github/workflows/windows.yml поставляемый
Просмотреть файл

@ -22,13 +22,13 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
- name: Install Node.js modules
run: npm install
- name: Install VSCE
run: npm install -g vsce
run: npm install -g @vscode/vsce
- name: Build OSGi bundle
run: npm run build-server

6
package-lock.json сгенерированный
Просмотреть файл

@ -383,9 +383,9 @@
}
},
"@vscode/test-electron": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.2.0.tgz",
"integrity": "sha512-xk2xrOTMG75/hxO8OVVZ+GErv9gmdZwOD8rEHV3ty3n1Joav2yFcfrmqD6Ukref27U13LEL8gVvSHzauGAK5nQ==",
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/@vscode/test-electron/-/test-electron-2.2.2.tgz",
"integrity": "sha512-s5d2VtMySvff0UgqkJ0BMCr1es+qREE194EAodGIefq518W53ifvv69e80l9e2MrYJEqUUKwukE/w3H9o15YEw==",
"dev": true,
"requires": {
"http-proxy-agent": "^4.0.1",

Просмотреть файл

@ -809,7 +809,7 @@
"@types/node": "^16.18.11",
"@types/semver": "^7.3.13",
"@types/vscode": "1.69.0",
"@vscode/test-electron": "2.2.0",
"@vscode/test-electron": "^2.2.2",
"copy-webpack-plugin": "^11.0.0",
"glob": "^7.2.3",
"mocha": "^9.2.2",