Skip to content

Commit 8f53989

Browse files
committed
fix: Convert version number to number
1 parent c47fb9b commit 8f53989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)