Skip to content

Commit af062bc

Browse files
chenrui333ansgarm
andauthored
feat: upgrade to node 24 (#503)
* feat: upgrade to node 24 Signed-off-by: Rui Chen <rui@chenrui.dev> * update deps to fix npm audit and update embedded build after deps changed * add changie entry --------- Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: Ansgar Mertens <ansgar@hashicorp.com>
1 parent ce70bcf commit af062bc

6 files changed

Lines changed: 58413 additions & 57048 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: BREAKING CHANGES
2+
body: Upgrade to Node.js 24 - setup-terraform now requires Node.js 24
3+
time: 2026-02-19T12:14:39.853241+01:00
4+
custom:
5+
Issue: "503"

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818
default: 'true'
1919
required: false
2020
runs:
21-
using: 'node20'
21+
using: 'node24'
2222
main: 'dist/index.js'
2323
branding:
2424
icon: 'terminal'

0 commit comments

Comments
 (0)