From f948c58c9768e7f3cb759f4267282c7b40b7a610 Mon Sep 17 00:00:00 2001 From: Claudia Meadows Date: Mon, 16 Sep 2024 16:23:33 -0700 Subject: [PATCH] Update _npm-task.yml --- .github/workflows/_npm-task.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/_npm-task.yml b/.github/workflows/_npm-task.yml index 005432368..3ca12b2a6 100644 --- a/.github/workflows/_npm-task.yml +++ b/.github/workflows/_npm-task.yml @@ -23,10 +23,7 @@ jobs: run-task: name: npm run ${{ inputs.task }} continue-on-error: ${{ inputs.continue-on-error }} - runs-on: - - ubuntu-latest - - windows-latest - - macos-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: