aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 9c4bcc1bb..407011c7c 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -56,10 +56,6 @@ jobs:
56 uses: pnpm/action-setup@v2.0.1 56 uses: pnpm/action-setup@v2.0.1
57 with: 57 with:
58 version: 6.19.0 58 version: 6.19.0
59 - name: Uninstall locally and reinstall global npm modules
60 run: |
61 npm uninstall node-gyp
62 npm ls -g node-gyp@8.3.0 || npm i -g node-gyp@8.3.0
63 - name: Install node dependencies 59 - name: Install node dependencies
64 run: npm i 60 run: npm i
65 - name: Update submodules 61 - name: Update submodules