Skip to content

Commit 57e31e5

Browse files
authored
fix: Use Node 20.18 for build (#249)
1 parent 1ce35a5 commit 57e31e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
description: The Node.js version.
99
type: string
1010
required: false
11-
default: "20"
11+
default: "20.18"
1212
outputs:
1313
artifact_name:
1414
description: The artifact name.

0 commit comments

Comments
 (0)