Update _npm-task.yml
This commit is contained in:
parent
ac4ff1b67e
commit
05caaaf8f1
1 changed files with 1 additions and 4 deletions
5
.github/workflows/_npm-task.yml
vendored
5
.github/workflows/_npm-task.yml
vendored
|
|
@ -23,10 +23,7 @@ jobs:
|
||||||
run-task:
|
run-task:
|
||||||
name: npm run ${{ inputs.task }}
|
name: npm run ${{ inputs.task }}
|
||||||
continue-on-error: ${{ inputs.continue-on-error }}
|
continue-on-error: ${{ inputs.continue-on-error }}
|
||||||
runs-on:
|
runs-on: ubuntu-latest
|
||||||
- ubuntu-latest
|
|
||||||
- windows-latest
|
|
||||||
- macos-latest
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue