install @actions/core

This commit is contained in:
Trym Lund Flogard 2021-06-02 13:13:42 +02:00
parent 0858a496cf
commit ae1a817c9d
2 changed files with 17 additions and 1 deletions

13
package-lock.json generated Normal file
View File

@ -0,0 +1,13 @@
{
"name": "nextcloud-artifacts-action",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@actions/core": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.3.0.tgz",
"integrity": "sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg=="
}
}
}

View File

@ -16,5 +16,8 @@
"bugs": { "bugs": {
"url": "https://github.com/trympet/nextcloud-artifacts-action/issues" "url": "https://github.com/trympet/nextcloud-artifacts-action/issues"
}, },
"homepage": "https://github.com/trympet/nextcloud-artifacts-action#readme" "homepage": "https://github.com/trympet/nextcloud-artifacts-action#readme",
"dependencies": {
"@actions/core": "^1.3.0"
}
} }