Skip to content

Commit 96ff9b0

Browse files
authored
feat(init-npm): update default Node.js version to 24.x (#96)
1 parent 425b9b7 commit 96ff9b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/init-npm/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs:
44
node-version:
55
description: 'Node.js version'
66
required: false
7-
default: '22.x'
7+
default: '24.x'
88
path:
99
description: "Path to the Node.js directory"
1010
default: "."

0 commit comments

Comments
 (0)