mirror of
https://github.com/coder/code-server.git
synced 2025-07-24 10:08:20 +08:00
Update Code to 1.88.1 (#6754)
* Update Code to 1.88.1 * Install node-gyp --------- Co-authored-by: Asher <ash@coder.com>
This commit is contained in:
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -229,6 +229,11 @@ jobs:
|
||||
with:
|
||||
node-version-file: .node-version
|
||||
|
||||
# node-gyp is missing in (at least) npm 9.8.1.
|
||||
# TODO: Remove once we update to npm>=10?
|
||||
- name: Install node-gyp
|
||||
run: npm install -g node-gyp
|
||||
|
||||
- name: Fetch dependencies from cache
|
||||
id: cache-node-modules
|
||||
uses: actions/cache@v4
|
||||
|
Submodule lib/vscode updated: 5c3e652f63...e170252f76
Reference in New Issue
Block a user