mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-15 16:12:35 +00:00
feat: bump to use node20 runtime (#346)
* feat: bump to use node20 runtime Signed-off-by: Rui Chen <rui@chenrui.dev> fix action refs for `actions/reusable-workflows` Signed-off-by: Rui Chen <rui@chenrui.dev> * docs: update changelog Signed-off-by: Rui Chen <rui@chenrui.dev> * workflows: update `actions/reusable-workflows` to use node20 Signed-off-by: Rui Chen <rui@chenrui.dev> * chore: update dist file * clean up PR for merge * add node version * update dist * switch changelog --------- Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: Austin Valle <austinvalle@gmail.com>
This commit is contained in:
parent
599d383196
commit
9507e1d5bb
4 changed files with 16 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ inputs:
|
|||
default: 'true'
|
||||
required: false
|
||||
runs:
|
||||
using: 'node16'
|
||||
using: 'node20'
|
||||
main: 'dist/index.js'
|
||||
branding:
|
||||
icon: 'terminal'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue