aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/dependency-updates.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-10 15:41:18 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-10 16:07:38 +0530
commit8e9d41ad4d9bd1667e1a5b93a6932cad4d3fabc4 (patch)
tree0802bc52e681bddde3c4c9f05e0a492f46e37b4c /.github/workflows/dependency-updates.yml
parentdocs: updated Changelog [skip ci] (diff)
downloadferdium-app-8e9d41ad4d9bd1667e1a5b93a6932cad4d3fabc4.tar.gz
ferdium-app-8e9d41ad4d9bd1667e1a5b93a6932cad4d3fabc4.tar.zst
ferdium-app-8e9d41ad4d9bd1667e1a5b93a6932cad4d3fabc4.zip
fix: pnpm install of 'node-mac-permissions' on win
(remove recursive pnpm module installation since that is handled separately)
Diffstat (limited to '.github/workflows/dependency-updates.yml')
-rw-r--r--.github/workflows/dependency-updates.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml
index aa3fe6d39..d41ded354 100644
--- a/.github/workflows/dependency-updates.yml
+++ b/.github/workflows/dependency-updates.yml
@@ -41,7 +41,7 @@ jobs:
41 restore-keys: | 41 restore-keys: |
42 ${{ runner.os }}-14.17-build-${{ env.cache-name }}- 42 ${{ runner.os }}-14.17-build-${{ env.cache-name }}-
43 ${{ runner.os }}-14.17-build- 43 ${{ runner.os }}-14.17-build-
44 - name: Cache .pnpm-store 44 - name: Cache pnpm modules
45 uses: actions/cache@v2 45 uses: actions/cache@v2
46 env: 46 env:
47 cache-name: cache-pnpm-store 47 cache-name: cache-pnpm-store
@@ -56,7 +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.14.7 58 version: 6.14.7
59 run_install: true
60 - name: Uninstall locally and reinstall global npm modules 59 - name: Uninstall locally and reinstall global npm modules
61 run: | 60 run: |
62 npm uninstall node-gyp 61 npm uninstall node-gyp