mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-22 06:28:26 +02:00
feat: get download url from github's api
This commit is contained in:
parent
99d7a7aeb9
commit
3ed283caaf
7 changed files with 271 additions and 127 deletions
14
package.json
14
package.json
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue