| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent df2c65b commit 2518ec7
17 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,7 +21,7 @@ jobs: | |||
| 21 | 21 | permissions: | |
| 22 | 22 | pull-requests: read | |
| 23 | 23 | if: github.repository == 'nodejs/node' | |
| 24 | - runs-on: ubuntu-latest | ||
| 24 | + runs-on: ubuntu-slim | ||
| 25 | 25 | outputs: | |
| 26 | 26 | numbers: ${{ steps.get_prs_for_ci.outputs.numbers }} | |
| 27 | 27 | steps: | |
@@ -43,7 +43,7 @@ jobs: | |||
| 43 | 43 | pull-requests: write | |
| 44 | 44 | needs: get-prs-for-ci | |
| 45 | 45 | if: needs.get-prs-for-ci.outputs.numbers != '' | |
| 46 | - runs-on: ubuntu-latest | ||
| 46 | + runs-on: ubuntu-slim | ||
| 47 | 47 | steps: | |
| 48 | 48 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 49 | 49 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -74,7 +74,7 @@ permissions: | |||
| 74 | 74 | jobs: | |
| 75 | 75 | build-tarball: | |
| 76 | 76 | if: github.event.pull_request.draft == false | |
| 77 | - runs-on: ubuntu-24.04 | ||
| 77 | + runs-on: ubuntu-slim | ||
| 78 | 78 | steps: | |
| 79 | 79 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 80 | 80 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,7 @@ jobs: | |||
| 31 | 31 | RELEASE_BRANCH: v${{ inputs.release-line }}.x | |
| 32 | 32 | RELEASE_DATE: ${{ inputs.release-date }} | |
| 33 | 33 | RELEASE_LINE: ${{ inputs.release-line }} | |
| 34 | - runs-on: ubuntu-latest | ||
| 34 | + runs-on: ubuntu-slim | ||
| 35 | 35 | steps: | |
| 36 | 36 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 37 | 37 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,7 +22,7 @@ permissions: | |||
| 22 | 22 | jobs: | |
| 23 | 23 | build-docs: | |
| 24 | 24 | if: github.event.pull_request.draft == false | |
| 25 | - runs-on: ubuntu-latest | ||
| 25 | + runs-on: ubuntu-slim | ||
| 26 | 26 | steps: | |
| 27 | 27 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 28 | 28 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ jobs: | |||
| 15 | 15 | contents: write # for gr2m/create-or-update-pull-request-action to push local changes | |
| 16 | 16 | pull-requests: write # for gr2m/create-or-update-pull-request-action to create a PR | |
| 17 | 17 | if: github.repository == 'nodejs/node' | |
| 18 | - runs-on: ubuntu-latest | ||
| 18 | + runs-on: ubuntu-slim | ||
| 19 | 19 | steps: | |
| 20 | 20 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 21 | 21 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ permissions: | |||
| 18 | 18 | ||
| 19 | 19 | jobs: | |
| 20 | 20 | lint-release-commit: | |
| 21 | - runs-on: ubuntu-latest | ||
| 21 | + runs-on: ubuntu-slim | ||
| 22 | 22 | permissions: | |
| 23 | 23 | contents: read | |
| 24 | 24 | pull-requests: read | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ permissions: | |||
| 23 | 23 | jobs: | |
| 24 | 24 | lint-addon-docs: | |
| 25 | 25 | if: github.event.pull_request.draft == false | |
| 26 | - runs-on: ubuntu-latest | ||
| 26 | + runs-on: ubuntu-slim | ||
| 27 | 27 | steps: | |
| 28 | 28 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 29 | 29 | with: | |
@@ -38,7 +38,7 @@ jobs: | |||
| 38 | 38 | run: NODE=$(command -v node) make lint-addon-docs | |
| 39 | 39 | lint-cpp: | |
| 40 | 40 | if: github.event.pull_request.draft == false | |
| 41 | - runs-on: ubuntu-latest | ||
| 41 | + runs-on: ubuntu-slim | ||
| 42 | 42 | steps: | |
| 43 | 43 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 44 | 44 | with: | |
@@ -54,7 +54,7 @@ jobs: | |||
| 54 | 54 | run: make lint-cpp | |
| 55 | 55 | format-cpp: | |
| 56 | 56 | if: ${{ github.event.pull_request && github.event.pull_request.draft == false && github.base_ref == github.event.repository.default_branch }} | |
| 57 | - runs-on: ubuntu-latest | ||
| 57 | + runs-on: ubuntu-slim | ||
| 58 | 58 | steps: | |
| 59 | 59 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 60 | 60 | with: | |
@@ -93,7 +93,7 @@ jobs: | |||
| 93 | 93 | fi | |
| 94 | 94 | lint-js-and-md: | |
| 95 | 95 | if: github.event.pull_request.draft == false | |
| 96 | - runs-on: ubuntu-latest | ||
| 96 | + runs-on: ubuntu-slim | ||
| 97 | 97 | steps: | |
| 98 | 98 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 99 | 99 | with: | |
@@ -142,7 +142,7 @@ jobs: | |||
| 142 | 142 | NODE_RELEASED_VERSIONS: ${{ steps.get-released-versions.outputs.NODE_RELEASED_VERSIONS }} | |
| 143 | 143 | lint-nix: | |
| 144 | 144 | if: github.event.pull_request.draft == false | |
| 145 | - runs-on: ubuntu-latest | ||
| 145 | + runs-on: ubuntu-slim | ||
| 146 | 146 | steps: | |
| 147 | 147 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 148 | 148 | with: | |
@@ -158,7 +158,7 @@ jobs: | |||
| 158 | 158 | ||
| 159 | 159 | lint-py: | |
| 160 | 160 | if: github.event.pull_request.draft == false | |
| 161 | - runs-on: ubuntu-latest | ||
| 161 | + runs-on: ubuntu-slim | ||
| 162 | 162 | steps: | |
| 163 | 163 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 164 | 164 | with: | |
@@ -186,7 +186,7 @@ jobs: | |||
| 186 | 186 | make lint-py | |
| 187 | 187 | lint-yaml: | |
| 188 | 188 | if: github.event.pull_request.draft == false | |
| 189 | - runs-on: ubuntu-latest | ||
| 189 | + runs-on: ubuntu-slim | ||
| 190 | 190 | steps: | |
| 191 | 191 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 192 | 192 | with: | |
@@ -211,7 +211,7 @@ jobs: | |||
| 211 | 211 | ||
| 212 | 212 | lint-sh: | |
| 213 | 213 | if: github.event.pull_request.draft == false | |
| 214 | - runs-on: ubuntu-latest | ||
| 214 | + runs-on: ubuntu-slim | ||
| 215 | 215 | steps: | |
| 216 | 216 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 217 | 217 | with: | |
@@ -225,6 +225,7 @@ jobs: | |||
| 225 | 225 | run: tools/lint-sh.mjs . | |
| 226 | 226 | lint-codeowners: | |
| 227 | 227 | if: github.event.pull_request.draft == false | |
| 228 | + # cannot use ubuntu-slim here because mszostok/codeowners-validator is dockerized | ||
| 228 | 229 | runs-on: ubuntu-latest | |
| 229 | 230 | steps: | |
| 230 | 231 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
@@ -235,7 +236,7 @@ jobs: | |||
| 235 | 236 | checks: files,duppatterns | |
| 236 | 237 | lint-pr-url: | |
| 237 | 238 | if: ${{ github.event.pull_request }} | |
| 238 | - runs-on: ubuntu-latest | ||
| 239 | + runs-on: ubuntu-slim | ||
| 239 | 240 | steps: | |
| 240 | 241 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 241 | 242 | with: | |
@@ -248,7 +249,7 @@ jobs: | |||
| 248 | 249 | # GH Actions squashes all PR commits, HEAD^ refers to the base branch. | |
| 249 | 250 | - run: git diff HEAD^ HEAD -G"pr-url:" -- "*.md" | ./tools/lint-pr-url.mjs ${{ github.event.pull_request.html_url }} | |
| 250 | 251 | lint-readme: | |
| 251 | - runs-on: ubuntu-latest | ||
| 252 | + runs-on: ubuntu-slim | ||
| 252 | 253 | steps: | |
| 253 | 254 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 254 | 255 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ permissions: | |||
| 10 | 10 | jobs: | |
| 11 | 11 | create-issue: | |
| 12 | 12 | if: github.repository == 'nodejs/node' | |
| 13 | - runs-on: ubuntu-latest | ||
| 13 | + runs-on: ubuntu-slim | ||
| 14 | 14 | permissions: | |
| 15 | 15 | issues: write | |
| 16 | 16 | steps: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,6 +12,7 @@ jobs: | |||
| 12 | 12 | notifyOnReviewWanted: | |
| 13 | 13 | name: Notify on Review Wanted | |
| 14 | 14 | if: github.repository == 'nodejs/node' && github.event.label.name == 'review wanted' | |
| 15 | + # cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized | ||
| 15 | 16 | runs-on: ubuntu-latest | |
| 16 | 17 | steps: | |
| 17 | 18 | - name: Determine PR or Issue | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ permissions: | |||
| 16 | 16 | jobs: | |
| 17 | 17 | post-release-actions: | |
| 18 | 18 | if: github.repository == 'nodejs/node' | |
| 19 | - runs-on: ubuntu-latest | ||
| 19 | + runs-on: ubuntu-slim | ||
| 20 | 20 | steps: | |
| 21 | 21 | - name: Trigger update-links workflow on nodejs/release-cloudflare-worker | |
| 22 | 22 | run: | | |
| Back | FazBrowse Home | New Git URL |
0 commit comments