Skip to content

Commit 0baa56f

Browse files
authored
fix: Convert version number to number (#51)
1 parent c47fb9b commit 0baa56f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dispatch-test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
pwsh: false
2424
build: false
25-
node-version: ${{ inputs.node-version }}
25+
node-version: ${{ format('{0}', inputs.node-version) }}

0 commit comments

Comments
 (0)