mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-26 13:03:37 +00:00
feat: upgrade to node 24
Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
parent
08cace2060
commit
592ecc7360
3 changed files with 20 additions and 11 deletions
|
|
@ -5,6 +5,9 @@
|
|||
"license": "MPL-2.0",
|
||||
"publisher": "hashicorp",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=24.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/hashicorp/setup-terraform.git"
|
||||
|
|
@ -27,9 +30,10 @@
|
|||
"semver": "^7.7.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.3.1",
|
||||
"@vercel/ncc": "^0.38.3",
|
||||
"jest": "^30.1.2",
|
||||
"nock": "^14.0.10",
|
||||
"jest": "^30.0.5",
|
||||
"nock": "^14.0.9",
|
||||
"semistandard": "^17.0.0"
|
||||
},
|
||||
"semistandard": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue