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.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 4931989f1..509458765 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -60,9 +60,8 @@ jobs:
60 run: | 60 run: |
61 npm uninstall node-gyp 61 npm uninstall node-gyp
62 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0 62 npm ls -g node-gyp@8.2.0 || npm i -g node-gyp@8.2.0
63 npm ls -g lerna@4.0.0 || npm i -g lerna@4.0.0 63 - name: Install node dependencies
64 - name: Install node dependencies recursively 64 run: npm i
65 run: npx lerna bootstrap
66 - name: Update submodules 65 - name: Update submodules
67 run: npm run update-submodules 66 run: npm run update-submodules
68 - name: Update browserslist db 67 - name: Update browserslist db