aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-24 19:53:28 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-24 19:53:28 -0500
commitcb91f1e1c9c60356355914abf57f4c79dae809e7 (patch)
treec425776aa178c4363347594bd02d07c43e7fa1a6
parentDowngraded 'node' to '16.14.2' so that the 'pnpm' conversion can happen smoothly (diff)
downloadferdium-recipes-cb91f1e1c9c60356355914abf57f4c79dae809e7.tar.gz
ferdium-recipes-cb91f1e1c9c60356355914abf57f4c79dae809e7.tar.zst
ferdium-recipes-cb91f1e1c9c60356355914abf57f4c79dae809e7.zip
Remove hardcoding of 'pnpm' version in CI scripts
-rw-r--r--.github/workflows/builds.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml
index 299ed1b..d6c4557 100644
--- a/.github/workflows/builds.yml
+++ b/.github/workflows/builds.yml
@@ -33,8 +33,6 @@ jobs:
33 with: 33 with:
34 node-version-file: '.nvmrc' 34 node-version-file: '.nvmrc'
35 - name: Install pnpm 35 - name: Install pnpm
36 uses: pnpm/action-setup@v2.0.1 36 run: npm i -gf "pnpm@$(node -p 'require("./package.json").engines.pnpm')" && pnpm -v
37 with:
38 version: 6.32.8
39 - name: Install node dependencies recursively 37 - name: Install node dependencies recursively
40 run: pnpm i && pnpm package 38 run: pnpm i && pnpm package