mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
chore: update to electron 28 (#203956)
* chore: update electron@28.1.4
* ci: use latest Node.js v18 release
18.18.2 has npm version that has removed the node-gyp script
which will cause native modules fail to build that rely on
something like `install: node-gyp rebuild`
Refs c93edb55f5
* chore: update rpm dependencies
* chore: bump electron@28.2.1
* chore: bump nodejs@18.18.2
* chore: bump electron@28.2.2
* chore: bump distro
This commit is contained in:
@@ -81,7 +81,6 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libnss3.so(NSS_3.11)(64bit)',
|
||||
'libnss3.so(NSS_3.12)(64bit)',
|
||||
'libnss3.so(NSS_3.12.1)(64bit)',
|
||||
'libnss3.so(NSS_3.13)(64bit)',
|
||||
'libnss3.so(NSS_3.2)(64bit)',
|
||||
'libnss3.so(NSS_3.22)(64bit)',
|
||||
'libnss3.so(NSS_3.3)(64bit)',
|
||||
@@ -173,7 +172,6 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libnss3.so(NSS_3.11)',
|
||||
'libnss3.so(NSS_3.12)',
|
||||
'libnss3.so(NSS_3.12.1)',
|
||||
'libnss3.so(NSS_3.13)',
|
||||
'libnss3.so(NSS_3.2)',
|
||||
'libnss3.so(NSS_3.22)',
|
||||
'libnss3.so(NSS_3.22)(64bit)',
|
||||
@@ -269,7 +267,6 @@ exports.referenceGeneratedDepsByArch = {
|
||||
'libnss3.so(NSS_3.11)(64bit)',
|
||||
'libnss3.so(NSS_3.12)(64bit)',
|
||||
'libnss3.so(NSS_3.12.1)(64bit)',
|
||||
'libnss3.so(NSS_3.13)(64bit)',
|
||||
'libnss3.so(NSS_3.2)(64bit)',
|
||||
'libnss3.so(NSS_3.22)(64bit)',
|
||||
'libnss3.so(NSS_3.3)(64bit)',
|
||||
|
||||
@@ -80,7 +80,6 @@ export const referenceGeneratedDepsByArch = {
|
||||
'libnss3.so(NSS_3.11)(64bit)',
|
||||
'libnss3.so(NSS_3.12)(64bit)',
|
||||
'libnss3.so(NSS_3.12.1)(64bit)',
|
||||
'libnss3.so(NSS_3.13)(64bit)',
|
||||
'libnss3.so(NSS_3.2)(64bit)',
|
||||
'libnss3.so(NSS_3.22)(64bit)',
|
||||
'libnss3.so(NSS_3.3)(64bit)',
|
||||
@@ -172,7 +171,6 @@ export const referenceGeneratedDepsByArch = {
|
||||
'libnss3.so(NSS_3.11)',
|
||||
'libnss3.so(NSS_3.12)',
|
||||
'libnss3.so(NSS_3.12.1)',
|
||||
'libnss3.so(NSS_3.13)',
|
||||
'libnss3.so(NSS_3.2)',
|
||||
'libnss3.so(NSS_3.22)',
|
||||
'libnss3.so(NSS_3.22)(64bit)',
|
||||
@@ -268,7 +266,6 @@ export const referenceGeneratedDepsByArch = {
|
||||
'libnss3.so(NSS_3.11)(64bit)',
|
||||
'libnss3.so(NSS_3.12)(64bit)',
|
||||
'libnss3.so(NSS_3.12.1)(64bit)',
|
||||
'libnss3.so(NSS_3.13)(64bit)',
|
||||
'libnss3.so(NSS_3.2)(64bit)',
|
||||
'libnss3.so(NSS_3.22)(64bit)',
|
||||
'libnss3.so(NSS_3.3)(64bit)',
|
||||
|
||||
Reference in New Issue
Block a user