feat: added versions resolution logic to use user's input.

Signed-off-by: Dmitry Kisler <admin@dkisler.com>
This commit is contained in:
Dmitry Kisler 2023-10-10 09:42:46 +02:00
parent 137fcca5fe
commit c68fac3149
No known key found for this signature in database
GPG key ID: 46C0A987D58548F6
6 changed files with 3715 additions and 272 deletions

View file

@ -22,7 +22,8 @@
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"@actions/io": "1.1.3",
"@actions/tool-cache": "2.0.1"
"@actions/tool-cache": "2.0.1",
"semver": "7.5.4"
},
"devDependencies": {
"@vercel/ncc": "0.38.0",