Skip to content

Commit 24f03f2

Browse files
committed
chore: Update CI/CD to v0.4
1 parent 6875084 commit 24f03f2

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +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.3
20+
uses: WJSoftware/cicd/.github/workflows/npm-test.yml@v0.4
2121
secrets: inherit
2222
with:
2323
pwsh: false
2424
build: false
2525
node-version: ${{ inputs.node-version }}
26-
ref: ${{ github.ref }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
jobs:
2323
publish:
2424
name: Publish NPM Package
25-
uses: WJSoftware/cicd/.github/workflows/npm-publish.yml@v0.3
25+
uses: WJSoftware/cicd/.github/workflows/npm-publish.yml@v0.4
2626
secrets: inherit
2727
with:
2828
node-version: ${{ inputs.node-version }}

.github/workflows/test-pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ on:
88
jobs:
99
test:
1010
name: Unit Testing
11-
uses: WJSoftware/cicd/.github/workflows/npm-test.yml@v0.3
11+
uses: WJSoftware/cicd/.github/workflows/npm-test.yml@v0.4
1212
secrets: inherit
1313
with:
1414
pwsh: false
1515
build: false
16-
ref: ${{ github.head_ref }}

0 commit comments

Comments
 (0)