Skip to content

Commit 8df2892

Browse files
committed
Squashed commit of the following:
commit 0baa56f Author: José Pablo Ramírez Vargas <[email protected]> Date: Fri Jun 20 22:41:29 2025 -0600 fix: Convert version number to number (#51) commit c47fb9b Author: José Pablo Ramírez Vargas <[email protected]> Date: Fri Jun 20 22:30:43 2025 -0600 chore(CI): Allow on-demand testing selecting the Node.js version (#50) commit 197246d Author: José Pablo Ramírez Vargas <[email protected]> Date: Fri Jun 20 22:13:10 2025 -0600 feat: On-demand unit testing (#49) commit c7a30f4 Author: José Pablo Ramírez Vargas <[email protected]> Date: Fri Jun 20 21:46:30 2025 -0600 fix: Correct test CI file (#48) commit 56aefc5 Author: José Pablo Ramírez Vargas <[email protected]> Date: Fri Jun 20 21:29:44 2025 -0600 feat: Add CI/CD (#46)
1 parent 2dcdaa9 commit 8df2892

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)