Skip to content

Commit 9249381

Browse files
committed
chore: update default Node.js version to 20.19.4 in action.yml
1 parent 08f6e2c commit 9249381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup/action.yml

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 to use'
66
required: false
7-
default: '20.9.0'
7+
default: '20.19.4'
88

99
runs:
1010
using: 'composite'

0 commit comments

Comments
 (0)