Update base image to node:18.18.2-buster-slim
Add dependency on @octokit/rest to satisfy build requirements.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM node:14.4.0-buster-slim
|
FROM node:18.18.2-buster-slim
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -30,7 +30,8 @@
|
|||||||
"@actions/exec": "file:toolkit/actions-exec-1.1.1.tgz",
|
"@actions/exec": "file:toolkit/actions-exec-1.1.1.tgz",
|
||||||
"@actions/github": "file:toolkit/actions-github-5.1.1.tgz",
|
"@actions/github": "file:toolkit/actions-github-5.1.1.tgz",
|
||||||
"@actions/io": "file:toolkit/actions-io-1.1.2.tgz",
|
"@actions/io": "file:toolkit/actions-io-1.1.2.tgz",
|
||||||
"@actions/tool-cache": "file:toolkit/actions-tool-cache-2.0.1.tgz"
|
"@actions/tool-cache": "file:toolkit/actions-tool-cache-2.0.1.tgz",
|
||||||
|
"@octokit/rest": "file:toolkit/octokit-rest.js-20.0.2.tgz"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^24.0.13",
|
"@types/jest": "^24.0.13",
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user