From cb91f1e1c9c60356355914abf57f4c79dae809e7 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 24 Apr 2022 19:53:28 -0500 Subject: Remove hardcoding of 'pnpm' version in CI scripts --- .github/workflows/builds.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github') 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: with: node-version-file: '.nvmrc' - name: Install pnpm - uses: pnpm/action-setup@v2.0.1 - with: - version: 6.32.8 + run: npm i -gf "pnpm@$(node -p 'require("./package.json").engines.pnpm')" && pnpm -v - name: Install node dependencies recursively run: pnpm i && pnpm package -- cgit v1.2.3-54-g00ecf