From ae1a817c9d2b39cd48bf869cc4c1707e049b91d3 Mon Sep 17 00:00:00 2001 From: Trym Lund Flogard Date: Wed, 2 Jun 2021 13:13:42 +0200 Subject: [PATCH] install @actions/core --- package-lock.json | 13 +++++++++++++ package.json | 5 ++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..cde9d12 --- /dev/null +++ b/package-lock.json @@ -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==" + } + } +} diff --git a/package.json b/package.json index 036e662..0e0a1f8 100644 --- a/package.json +++ b/package.json @@ -16,5 +16,8 @@ "bugs": { "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" + } }