mirror of
https://github.com/docker/login-action.git
synced 2026-04-07 22:40:04 +00:00
chore: bump node to 24
This commit is contained in:
parent
87baf41dad
commit
ed5d7597a8
4 changed files with 17 additions and 7 deletions
|
|
@ -33,7 +33,7 @@
|
|||
"https-proxy-agent": "^7.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.5.9",
|
||||
"@types/node": "^24.11.2",
|
||||
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
||||
"@typescript-eslint/parser": "^6.6.0",
|
||||
"@vercel/ncc": "^0.38.0",
|
||||
|
|
@ -46,5 +46,8 @@
|
|||
"ts-jest": "^29.1.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=24"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue