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,4 +1,4 @@
|
||||
FROM node:14.4.0-buster-slim
|
||||
FROM node:18.18.2-buster-slim
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
@@ -30,7 +30,8 @@
|
||||
"@actions/exec": "file:toolkit/actions-exec-1.1.1.tgz",
|
||||
"@actions/github": "file:toolkit/actions-github-5.1.1.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": {
|
||||
"@types/jest": "^24.0.13",
|
||||
|
||||
BIN
toolkit/octokit-rest.js-20.0.2.tgz
Normal file
BIN
toolkit/octokit-rest.js-20.0.2.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user