mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 22:50:04 +00:00
Use @types/node for Node 20
This commit is contained in:
parent
384d6cf581
commit
d6fc56f33b
2 changed files with 26 additions and 10 deletions
|
|
@ -46,7 +46,8 @@
|
|||
"@actions/io": "^1.1.3",
|
||||
"@octokit/core": "^5.0.1",
|
||||
"@octokit/plugin-request-log": "^4.0.0",
|
||||
"@octokit/plugin-retry": "^6.0.1"
|
||||
"@octokit/plugin-retry": "^6.0.1",
|
||||
"@types/node": "^20.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.5",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue