mirror of
https://github.com/pnpm/action-setup.git
synced 2025-07-17 21:20:22 +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:
1
test/.tool-versions
Normal file
1
test/.tool-versions
Normal file
@ -0,0 +1 @@
|
||||
pnpm 4.11.1
|
1
test/package.engines.json
Normal file
1
test/package.engines.json
Normal file
@ -0,0 +1 @@
|
||||
{"engines":{"pnpm":"4.11.1"}}
|
1
test/package.volta-extends.json
Normal file
1
test/package.volta-extends.json
Normal file
@ -0,0 +1 @@
|
||||
{"volta":{"extends":"./package.volta.json"}}
|
1
test/package.volta.json
Normal file
1
test/package.volta.json
Normal file
@ -0,0 +1 @@
|
||||
{"volta":{"pnpm":"4.11.1"}}
|
Reference in New Issue
Block a user