mirror of https://github.com/coder/code-server.git
Compare commits
2 Commits
3b467dec95
...
0c802ba165
Author | SHA1 | Date |
---|---|---|
Asher | 0c802ba165 | |
Asher | 1bd2b9cf08 |
|
@ -206,6 +206,7 @@ jobs:
|
|||
timeout-minutes: 60
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
DISABLE_V8_COMPILE_CACHE: 1
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
@ -229,11 +230,6 @@ 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
|
||||
|
|
Loading…
Reference in New Issue