| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -229,6 +229,11 @@ jobs: | |||
| 229 | 229 | with: | |
| 230 | 230 | node-version-file: .node-version | |
| 231 | 231 | ||
| 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 | + | ||
| 232 | 237 | - name: Fetch dependencies from cache | |
| 233 | 238 | id: cache-node-modules | |
| 234 | 239 | uses: actions/cache@v4 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments