mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-17 00:52:33 +00:00
clean up PR for merge
This commit is contained in:
parent
1061286fbc
commit
f55ee1bba3
5 changed files with 46205 additions and 155 deletions
|
|
@ -0,0 +1,5 @@
|
|||
kind: BREAKING CHANGES
|
||||
body: Update default runtime to node20
|
||||
time: 2023-10-27T08:33:45.123016-04:00
|
||||
custom:
|
||||
Issue: "346"
|
||||
17
.github/workflows/continuous-integration.yml
vendored
17
.github/workflows/continuous-integration.yml
vendored
|
|
@ -7,16 +7,9 @@ on:
|
|||
pull_request:
|
||||
|
||||
jobs:
|
||||
check-dist-call:
|
||||
check-dist:
|
||||
name: Check dist/ directory
|
||||
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@main
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-caching: npm
|
||||
|
||||
call-basic-validation:
|
||||
name: Basic validation
|
||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@main
|
||||
with:
|
||||
node-version: 20.x
|
||||
node-caching: npm
|
||||
uses: actions/reusable-workflows/.github/workflows/check-dist.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
|
||||
test:
|
||||
name: Test
|
||||
uses: actions/reusable-workflows/.github/workflows/basic-validation.yml@a8533f184b279cfc1b2dd6a96ed2f097ccf81189
|
||||
|
|
@ -1,9 +1,3 @@
|
|||
# [3.0.0] (unreleased)
|
||||
|
||||
### NOTES
|
||||
|
||||
* feat: bump to use node20 runtime @chenrui333 [#346](https://github.com/hashicorp/setup-terraform/pull/346)
|
||||
|
||||
# [2.0.3] (2022-11-01)
|
||||
|
||||
### NOTES
|
||||
|
|
|
|||
23031
dist/index.js
vendored
23031
dist/index.js
vendored
File diff suppressed because one or more lines are too long
23301
dist/index1.js
vendored
23301
dist/index1.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue