aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-15 08:24:11 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2021-10-15 08:25:23 +0530
commitbfaf9382d5ea99e68dc44e1fd793f82cf362cb73 (patch)
tree1442983c3b9e7ca904057d8907dd382646fa6210 /.github
parent📖 Add Good Reads (#743) (diff)
downloadferdium-recipes-bfaf9382d5ea99e68dc44e1fd793f82cf362cb73.tar.gz
ferdium-recipes-bfaf9382d5ea99e68dc44e1fd793f82cf362cb73.tar.zst
ferdium-recipes-bfaf9382d5ea99e68dc44e1fd793f82cf362cb73.zip
upgrade 'pnpm' to '6.17.1'
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 e042fed..6d8ac23 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.14.7 55 version: 6.17.1
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