Skip to content

Commit be3e49b

Browse files
committed
chore(CJ): Node.js version as string
1 parent 0baa56f commit be3e49b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ on:
1717
jobs:
1818
test:
1919
name: On-Demand Unit Testing on Node.js v${{ inputs.node-version }}
20-
uses: WJSoftware/cicd/.github/workflows/npm-test.yml@v0.1.0
20+
uses: WJSoftware/cicd/.github/workflows/npm-test.yml@v0.2
2121
secrets: inherit
2222
with:
2323
pwsh: false
2424
build: false
25-
node-version: ${{ format('{0}', inputs.node-version) }}
25+
node-version: ${{ inputs.node-version }}

0 commit comments

Comments
 (0)