summaryrefslogtreecommitdiffstats
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, 3 insertions, 1 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index 0f6befb55..d8c53cbbd 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -35,10 +35,12 @@ jobs:
35 uses: actions/setup-node@v2 35 uses: actions/setup-node@v2
36 with: 36 with:
37 node-version-file: '.nvmrc' 37 node-version-file: '.nvmrc'
38 - name: Install npm
39 run: npm i -gf npm@8.7.0
38 - name: Install pnpm 40 - name: Install pnpm
39 uses: pnpm/action-setup@v2.0.1 41 uses: pnpm/action-setup@v2.0.1
40 with: 42 with:
41 version: 6.24.1 43 version: 6.32.8
42 - name: Install node dependencies 44 - name: Install node dependencies
43 run: npm i 45 run: npm i
44 - name: Update submodules 46 - name: Update submodules