FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Update Code to 1.88.1 (#6754) · coder/code-server@9a28bc2 · GitHub

Commit 9a28bc2

Browse files
andauthored
Update Code to 1.88.1 (#6754)
* Update Code to 1.88.1 * Install node-gyp --------- Co-authored-by: Asher <ash@coder.com>
1 parent deebb21 commit 9a28bc2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

‎.github/workflows/build.yaml‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,11 @@ jobs:
229229
with:
230230
node-version-file: .node-version
231231

232+
# node-gyp is missing in (at least) npm 9.8.1.
233+
# TODO: Remove once we update to npm>=10?
234+
- name: Install node-gyp
235+
run: npm install -g node-gyp
236+
232237
- name: Fetch dependencies from cache
233238
id: cache-node-modules
234239
uses: actions/cache@v4

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL