diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index b20ddf3d305667..ecb8f1914487b6 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -53,7 +53,8 @@ permissions: jobs: tools-deps-update: if: github.repository == 'nodejs/node' || github.event_name == 'workflow_dispatch' - runs-on: ubuntu-slim + # cannot use ubuntu-slim here because some update scripts require Docker + runs-on: ubuntu-latest strategy: fail-fast: false # Prevent other jobs from aborting if one fails matrix: