Skip to content

Commit f948c58

Browse files
authored
Update _npm-task.yml
1 parent 14a4f63 commit f948c58

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/_npm-task.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ jobs:
2323
run-task:
2424
name: npm run ${{ inputs.task }}
2525
continue-on-error: ${{ inputs.continue-on-error }}
26-
runs-on:
27-
- ubuntu-latest
28-
- windows-latest
29-
- macos-latest
26+
runs-on: ubuntu-latest
3027
steps:
3128
- uses: actions/checkout@v4
3229
with:

0 commit comments

Comments
 (0)