Throw an informative error for non-existent version (#86)

* Throw an informative error for non-existent version

* npm install && npm run build
This commit is contained in:
Chris de Graaf
2021-08-05 11:36:30 -03:00
committed by GitHub
parent f577b7c336
commit 2d69597029
4 changed files with 8521 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "setup-julia",
"version": "1.6.0",
"version": "1.6.1",
"private": true,
"description": "setup Julia action",
"main": "lib/setup-julia.js",