pnpm / action-setup

Install pnpm package manager
https://github.com/marketplace/actions/setup-pnpm
MIT License
904 stars 87 forks source link

add-path is deprecated #6

Closed aminya closed 3 years ago

aminya commented 3 years ago

Warning: The add-path command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

KSXGitHub commented 3 years ago

Weird. I have upgraded @actions/core to 1.2.6 since v1.2.1. What version are you using?

aminya commented 3 years ago

I am using the version which is in the readme: https://github.com/pnpm/action-setup#just-install-pnpm

I can't use v1 since it does not exist!