Skip to content

Commit 7ccf6e3

Browse files
authored
Change default Node.js version to 25.6
1 parent 81f3e15 commit 7ccf6e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
node-version:
77
description: 'The version of Node.js to use'
88
required: false
9-
default: 'current'
9+
default: '25.6'
1010

1111
runs:
1212
using: composite

0 commit comments

Comments
 (0)