aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/builds.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index b570dbc44..cfb03bce0 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -309,6 +309,8 @@ jobs:
309 uses: pnpm/action-setup@v2.0.1 309 uses: pnpm/action-setup@v2.0.1
310 with: 310 with:
311 version: 6.24.1 311 version: 6.24.1
312 - name: Install node-gyp
313 run: npm install -g node-gyp@8.4.1
312 - name: Install node dependencies 314 - name: Install node dependencies
313 uses: nick-invision/retry@v2.4.0 315 uses: nick-invision/retry@v2.4.0
314 with: 316 with: