aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-08 18:55:43 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-12-08 18:55:43 +0530
commita060508200794223adf50be6f7bc82e237033c69 (patch)
tree084147918db61d4df7d77200cfa6bb1239fb575f /.github
parentAdd Iris Messenger recipe (#783) (diff)
downloadferdium-recipes-a060508200794223adf50be6f7bc82e237033c69.tar.gz
ferdium-recipes-a060508200794223adf50be6f7bc82e237033c69.tar.zst
ferdium-recipes-a060508200794223adf50be6f7bc82e237033c69.zip
chore: upgrade 'pnpm' to '6.23.6'
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 d798b19..6eac889 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -35,6 +35,6 @@ jobs:
35 - name: Install pnpm 35 - name: Install pnpm
36 uses: pnpm/action-setup@v2.0.1 36 uses: pnpm/action-setup@v2.0.1
37 with: 37 with:
38 version: 6.19.0 38 version: 6.23.6
39 - name: Install node dependencies recursively 39 - name: Install node dependencies recursively
40 run: pnpm i && pnpm run package 40 run: pnpm i && pnpm run package