Skip to content

Commit

Permalink
chore: bump [email protected] for release/1.82 (#194586)
Browse files Browse the repository at this point in the history
* chore: bump [email protected] for release/1.82

* install node-gyp in build
  • Loading branch information
joaomoreno authored Oct 2, 2023
1 parent abd2f3d commit cf871f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/monaco-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Install libkrb5-dev
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
run: sudo apt install -y libkrb5-dev
- name: Install node-gyp
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
run: npm i -g node-gyp
- name: Execute yarn
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .yarnrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
disturl "https://electronjs.org/headers"
target "25.8.1"
ms_build_id "23779380"
ms_build_id "24153832"
runtime "electron"
build_from_source "true"
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.82.2",
"distro": "bbf3a09b3880e8b7fc287fd28fb5847b691d0a65",
"version": "1.82.3",
"distro": "d357cb67cc24ec7aed8ef8897e25950ef2563652",
"author": {
"name": "Microsoft Corporation"
},
Expand Down

0 comments on commit cf871f9

Please sign in to comment.