Files
Tanmay Jain 732389e1f5
Code Quality: Super-Linter / Super-Linter (push) Failing after 1s
HashiCorp: Compliance / copywrite (push) Failing after 1s
Code Quality: TypeScript / Node.js (20.x) (push) Failing after 1h12m24s
GitHub Action: Self-Test / Test `setup-packer` (push) Failing after 1h12m33s
Updates undici override to 6.24.1
Aligns dependency override with the latest undici patch release
to incorporate bug fixes and improvements from upstream.
2026-03-23 12:12:40 +05:30

36 lines
982 B
JSON

{
"name": "setup-packer",
"version": "3.1.0",
"description": "A GitHub Action to install a specific version of HashiCorp Packer and add it to PATH.",
"keywords": [
"github-actions",
"hashicorp",
"packer"
],
"repository": {
"type": "git",
"url": "git@github.com:hashicorp/setup-packer.git"
},
"license": "Apache-2.0",
"author": "Kerim Satirli <kerim@hashicorp.com> & Jenna Goldstrich <jgoldstrich@hashicorp.com>",
"main": "dist/index.js",
"scripts": {
"build": "tsc && ncc build --no-cache",
"fmt": "prettier --write 'src/*.ts'",
"copywrite": "copywrite headers && copywrite license"
},
"dependencies": {
"@actions/core": "^2.0.3",
"@actions/http-client": "^3.0.2",
"@hashicorp/github-actions-core": "github:hashicorp/github-actions-core#v1.0.0"
},
"devDependencies": {
"@types/node": "^22.5.0",
"@types/semver": "^7.5.8",
"typescript": "^5.5.4"
},
"overrides": {
"undici": "6.24.1"
}
}