Skip to content

Commit 91fba10

Browse files
committed
chore: change default node version to 24
1 parent 76f78c7 commit 91fba10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
node:
1313
description: 'Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.'
1414
required: false
15-
default: '22'
15+
default: '24'
1616
node-file:
1717
description: 'File containing the version Spec of the version to use. Examples: .nvmrc, .node-version, .tool-versions. If "node" and "node-file" are both provided the action will use the version from "node-file".'
1818
required: false

0 commit comments

Comments
 (0)