feat: get download url from github's api

This commit is contained in:
Jozef Steinhübl 2024-07-29 20:30:19 +02:00
parent 99d7a7aeb9
commit 3ed283caaf
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
7 changed files with 271 additions and 127 deletions

View file

@ -3,13 +3,7 @@
"name": "setup-bun",
"version": "2.0.1",
"description": "Setup Bun on GitHub Actions.",
"keywords": [
"bun",
"bun.js",
"github",
"actions",
"setup"
],
"keywords": ["bun", "bun.js", "github", "actions", "setup"],
"homepage": "https://bun.sh/",
"main": "dist/index.js",
"repository": "git@github.com:oven-sh/setup-bun.git",
@ -27,7 +21,8 @@
"@actions/exec": "^1.1.1",
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.2",
"@actions/tool-cache": "^2.0.1"
"@actions/tool-cache": "^2.0.1",
"compare-versions": "^6.1.1"
},
"devDependencies": {
"@types/node": "^20.8.2",
@ -37,5 +32,8 @@
},
"prettier": {
"quoteProps": "preserve"
},
"patchedDependencies": {
"compare-versions@6.1.1": "patches/compare-versions@6.1.1.patch"
}
}