| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ permissions: | |||
| 10 | 10 | jobs: | |
| 11 | 11 | analyze: | |
| 12 | 12 | name: Analyze | |
| 13 | - runs-on: ubuntu-latest | ||
| 13 | + runs-on: ubuntu-slim | ||
| 14 | 14 | permissions: | |
| 15 | 15 | actions: read | |
| 16 | 16 | contents: read | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ permissions: | |||
| 21 | 21 | jobs: | |
| 22 | 22 | collect-versions: | |
| 23 | 23 | if: github.repository == 'nodejs/node' || github.event_name == 'workflow_dispatch' | |
| 24 | - runs-on: ubuntu-latest | ||
| 24 | + runs-on: ubuntu-slim | ||
| 25 | 25 | outputs: | |
| 26 | 26 | matrix: ${{ steps.query.outputs.matrix }} | |
| 27 | 27 | steps: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments