mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-16 08:32:34 +00:00
Switch to @hashicorp/js-releases for finding correct package to install (#70)
This commit is contained in:
parent
4c5048fbaf
commit
32c4f59108
5 changed files with 48794 additions and 4682 deletions
13
package.json
13
package.json
|
|
@ -15,18 +15,17 @@
|
|||
"author": "",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
"@actions/github": "^2.1.1",
|
||||
"@actions/github": "^4.0.0",
|
||||
"@actions/io": "^1.0.2",
|
||||
"@actions/tool-cache": "^1.6.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"semver": "^7.3.2"
|
||||
"@actions/tool-cache": "^1.6.1",
|
||||
"@hashicorp/js-releases": "^1.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@zeit/ncc": "0.22.1",
|
||||
"husky": "^4.3.0",
|
||||
"jest": "^25.2.4",
|
||||
"nock": "^12.0.3",
|
||||
"semistandard": "^14.2.0"
|
||||
"jest": "^26.6.3",
|
||||
"nock": "^13.0.5",
|
||||
"semistandard": "^16.0.0"
|
||||
},
|
||||
"jest": {
|
||||
"testPathIgnorePatterns": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue