Skip to content

Commit f5da62a

Browse files
committed
fix: make node-version input optional in CI workflow
1 parent f115fa5 commit f5da62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/core-smart-contract-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
inputs:
1111
node-version:
1212
description: Node.js version to use
13-
required: true
13+
required: false
1414
type: number
1515
default: 20
1616

0 commit comments

Comments
 (0)