mirror of
https://github.com/actions/setup-node
synced 2025-04-04 08:05:50 +00:00
push
This commit is contained in:
parent
ba6bc32ee6
commit
c5fc3d7e52
1 changed files with 10 additions and 3 deletions
13
package.json
13
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "setup-node",
|
||||
"version": "4.0.0",
|
||||
"name": "mango-vue",
|
||||
"version": "0.1.7",
|
||||
"private": false,
|
||||
"description": "setup node action",
|
||||
"main": "lib/setup-node.js",
|
||||
|
@ -23,7 +23,7 @@
|
|||
"setup"
|
||||
],
|
||||
"author": "GitHub",
|
||||
"license": "MIT",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@actions/cache": "^3.2.4",
|
||||
"@actions/core": "^1.10.0",
|
||||
|
@ -53,5 +53,12 @@
|
|||
"prettier": "^2.8.4",
|
||||
"ts-jest": "^29.1.2",
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/actions/setup-node/issues"
|
||||
},
|
||||
"homepage": "https://github.com/actions/setup-node#readme",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue