Skip to content

Commit 7549a44

Browse files
committed
fix(ci): default node workflow version
1 parent a6409d5 commit 7549a44

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
required: false
66
description: Node version for setup-node
7-
default: 18.x
7+
default: 20.x
88

99
runs:
1010
using: composite

0 commit comments

Comments
 (0)