feat: upgrade to node 24

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen 2025-09-07 12:11:12 -04:00
parent 08cace2060
commit 592ecc7360
No known key found for this signature in database
GPG key ID: 6577287BDCA70840
3 changed files with 20 additions and 11 deletions

View file

@ -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": {