mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-23 05:58:18 +00:00
refactor: convert action to TS and bundle code (#95)
This commit is contained in:
committed by
GitHub
parent
27e0043eff
commit
95bbb87724
18
package.json
18
package.json
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"name": "setup-deno",
|
||||
"description": "Set up Deno easily in GitHub Actions",
|
||||
"version": "2.0.2",
|
||||
"author": "Deno Land Inc",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.1",
|
||||
"@actions/tool-cache": "^2.0.1",
|
||||
"semver": "^7.6.3",
|
||||
"undici": "^6.19.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.16.5",
|
||||
"@types/semver": "^7.5.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user