Skip to content

Commit c2f1cf4

Browse files
ci: use node v20 for ci (#836)
1 parent 780b960 commit c2f1cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
node-version:
66
required: false
77
description: "`node-version` passed to `actions/setup-node`."
8-
default: latest
8+
default: "20"
99

1010
runs:
1111
using: "composite"

0 commit comments

Comments
 (0)