mirror of
https://github.com/pnpm/action-setup.git
synced 2024-11-10 09:39:11 +08:00
Begin
This commit is contained in:
commit
00fe3cde8e
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
node_modules
|
12
package.json
Normal file
12
package.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"private": true,
|
||||||
|
"dependencies": {
|
||||||
|
"download": "^8.0.0",
|
||||||
|
"@actions/core": "^1.2.4",
|
||||||
|
"@actions/github": "^2.2.0",
|
||||||
|
"@types/node": "^13.13.5"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@zeit/ncc": "^0.22.1"
|
||||||
|
}
|
||||||
|
}
|
1048
pnpm-lock.yaml
Normal file
1048
pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load Diff
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"pinVersions": false,
|
||||||
|
"extends": [
|
||||||
|
"config:base"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user