You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ inputs:
12
12
node:
13
13
description: 'Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0.'
14
14
required: false
15
-
default: '22'
15
+
default: '24'
16
16
node-file:
17
17
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".'
0 commit comments