Skip to content

Commit cf871f9

Browse files
authored
chore: bump electron@25.8.1 for release/1.82 (#194586)
* chore: bump electron@25.8.1 for release/1.82 * install node-gyp in build
1 parent abd2f3d commit cf871f9

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/monaco-editor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Install libkrb5-dev
4949
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
5050
run: sudo apt install -y libkrb5-dev
51+
- name: Install node-gyp
52+
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
53+
run: npm i -g node-gyp
5154
- name: Execute yarn
5255
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
5356
env:

.yarnrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
disturl "https://electronjs.org/headers"
22
target "25.8.1"
3-
ms_build_id "23779380"
3+
ms_build_id "24153832"
44
runtime "electron"
55
build_from_source "true"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "code-oss-dev",
3-
"version": "1.82.2",
4-
"distro": "bbf3a09b3880e8b7fc287fd28fb5847b691d0a65",
3+
"version": "1.82.3",
4+
"distro": "d357cb67cc24ec7aed8ef8897e25950ef2563652",
55
"author": {
66
"name": "Microsoft Corporation"
77
},

0 commit comments

Comments
 (0)