aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-09 21:11:42 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-09 21:11:42 +0530
commitb7a391072dae88bbb426f56fe817615225e09929 (patch)
tree7e40573067d7d6445f8bdecef979b9b29f9bd0ca /.github
parentPartially reverted changes to certificate-handling for office365 and msteams ... (diff)
downloadferdium-recipes-b7a391072dae88bbb426f56fe817615225e09929.tar.gz
ferdium-recipes-b7a391072dae88bbb426f56fe817615225e09929.tar.zst
ferdium-recipes-b7a391072dae88bbb426f56fe817615225e09929.zip
chore: Use latest version of 'pnpm'
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ferdi-builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ferdi-builds.yml b/.github/workflows/ferdi-builds.yml
index b6bd703..9272126 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -52,7 +52,7 @@ jobs:
52 - name: Install pnpm 52 - name: Install pnpm
53 uses: pnpm/action-setup@v2.0.1 53 uses: pnpm/action-setup@v2.0.1
54 with: 54 with:
55 version: 6.14.2 55 version: 6.14.7
56 run_install: true 56 run_install: true
57 - name: Install node dependencies recursively 57 - name: Install node dependencies recursively
58 run: pnpm i && pnpm run package 58 run: pnpm i && pnpm run package