From 2aafb8f436f58c20329ff4314daa519121a6d74a Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:28:04 -0500 Subject: [PATCH 1/2] Update comments above the pnpm action --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 4e0d27d..92974ce 100644 --- a/action.yml +++ b/action.yml @@ -100,8 +100,8 @@ runs: echo "version=$__resolved_version__" >> $GITHUB_OUTPUT # The pnpm action: - # - no support for volta - # - no support for cache + # - no support for volta (or other places the pnpm version can be specified) + # - no support for cache (that's provided by setup-node) - name: 'Install pnpm' uses: pnpm/action-setup@v2 with: From 29c8a57efff133418584dcc60d306846bf0484bb Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:28:56 -0500 Subject: [PATCH 2/2] Update action.yml --- action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 92974ce..9757697 100644 --- a/action.yml +++ b/action.yml @@ -100,8 +100,10 @@ runs: echo "version=$__resolved_version__" >> $GITHUB_OUTPUT # The pnpm action: - # - no support for volta (or other places the pnpm version can be specified) - # - no support for cache (that's provided by setup-node) + # - no support for volta + # (or other places the pnpm version can be specified, such as package.json) + # - no support for cache + # (that's provided by setup-node) - name: 'Install pnpm' uses: pnpm/action-setup@v2 with: