mirror of
https://github.com/pnpm/action-setup.git
synced 2026-09-11 22:50:40 +08:00
feat: add version_file_path option
Using the same logic as `actions/setup-node`, we can support `asdf`, `volta` or other version management techniques.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pnpm 4.11.1
|
||||
@@ -0,0 +1 @@
|
||||
{"engines":{"pnpm":"4.11.1"}}
|
||||
@@ -0,0 +1 @@
|
||||
{"volta":{"extends":"./package.volta.json"}}
|
||||
@@ -0,0 +1 @@
|
||||
{"volta":{"pnpm":"4.11.1"}}
|
||||
Reference in New Issue
Block a user