aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/ferdi-builds.yml
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-25 21:03:03 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-25 21:06:05 +0530
commit18cdd3b1d56cc8357829d38fbab9ed87dbce8329 (patch)
treeb5468d0bbb04b434446b08eb431152167fe564c2 /.github/workflows/ferdi-builds.yml
parentfix: no gitter badge for mentions in channels (#752) (diff)
downloadferdium-recipes-18cdd3b1d56cc8357829d38fbab9ed87dbce8329.tar.gz
ferdium-recipes-18cdd3b1d56cc8357829d38fbab9ed87dbce8329.tar.zst
ferdium-recipes-18cdd3b1d56cc8357829d38fbab9ed87dbce8329.zip
chore: upgrade 'pnpm' to '6.19.0'
Diffstat (limited to '.github/workflows/ferdi-builds.yml')
-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 7678d79..b08667b 100644
--- a/.github/workflows/ferdi-builds.yml
+++ b/.github/workflows/ferdi-builds.yml
@@ -52,6 +52,6 @@ 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.17.1 55 version: 6.19.0
56 - name: Install node dependencies recursively 56 - name: Install node dependencies recursively
57 run: pnpm i && pnpm run package 57 run: pnpm i && pnpm run package