| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cc4f7af commit 64beca5
16 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 49 | 49 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,7 +37,7 @@ permissions: | |||
| 37 | 37 | jobs: | |
| 38 | 38 | build-tarball: | |
| 39 | 39 | if: github.event.pull_request.draft == false | |
| 40 | - runs-on: ubuntu-24.04 | ||
| 40 | + runs-on: ubuntu-slim | ||
| 41 | 41 | steps: | |
| 42 | 42 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 43 | 43 | 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.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 | pull-requests: read | |
| 24 | 24 | steps: | |
| 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 44 | 44 | with: | |
@@ -53,7 +53,7 @@ jobs: | |||
| 53 | 53 | run: make lint-cpp | |
| 54 | 54 | format-cpp: | |
| 55 | 55 | if: ${{ github.event.pull_request && github.event.pull_request.draft == false && github.base_ref == github.event.repository.default_branch }} | |
| 56 | - runs-on: ubuntu-latest | ||
| 56 | + runs-on: ubuntu-slim | ||
| 57 | 57 | steps: | |
| 58 | 58 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 59 | 59 | with: | |
@@ -91,7 +91,7 @@ jobs: | |||
| 91 | 91 | fi | |
| 92 | 92 | lint-js-and-md: | |
| 93 | 93 | if: github.event.pull_request.draft == false | |
| 94 | - runs-on: ubuntu-latest | ||
| 94 | + runs-on: ubuntu-slim | ||
| 95 | 95 | steps: | |
| 96 | 96 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 97 | 97 | with: | |
@@ -116,7 +116,7 @@ jobs: | |||
| 116 | 116 | NODE_RELEASED_VERSIONS: ${{ steps.get-released-versions.outputs.NODE_RELEASED_VERSIONS }} | |
| 117 | 117 | lint-py: | |
| 118 | 118 | if: github.event.pull_request.draft == false | |
| 119 | - runs-on: ubuntu-latest | ||
| 119 | + runs-on: ubuntu-slim | ||
| 120 | 120 | steps: | |
| 121 | 121 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 122 | 122 | with: | |
@@ -133,7 +133,7 @@ jobs: | |||
| 133 | 133 | make lint-py | |
| 134 | 134 | lint-yaml: | |
| 135 | 135 | if: github.event.pull_request.draft == false | |
| 136 | - runs-on: ubuntu-latest | ||
| 136 | + runs-on: ubuntu-slim | ||
| 137 | 137 | steps: | |
| 138 | 138 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 139 | 139 | with: | |
@@ -151,7 +151,7 @@ jobs: | |||
| 151 | 151 | ||
| 152 | 152 | lint-sh: | |
| 153 | 153 | if: github.event.pull_request.draft == false | |
| 154 | - runs-on: ubuntu-latest | ||
| 154 | + runs-on: ubuntu-slim | ||
| 155 | 155 | steps: | |
| 156 | 156 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 157 | 157 | with: | |
@@ -161,6 +161,7 @@ jobs: | |||
| 161 | 161 | run: tools/lint-sh.mjs . | |
| 162 | 162 | lint-codeowners: | |
| 163 | 163 | if: github.event.pull_request.draft == false | |
| 164 | + # cannot use ubuntu-slim here because mszostok/codeowners-validator is dockerized | ||
| 164 | 165 | runs-on: ubuntu-latest | |
| 165 | 166 | steps: | |
| 166 | 167 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
@@ -171,7 +172,7 @@ jobs: | |||
| 171 | 172 | checks: files,duppatterns | |
| 172 | 173 | lint-pr-url: | |
| 173 | 174 | if: ${{ github.event.pull_request }} | |
| 174 | - runs-on: ubuntu-latest | ||
| 175 | + runs-on: ubuntu-slim | ||
| 175 | 176 | steps: | |
| 176 | 177 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 177 | 178 | with: | |
@@ -180,7 +181,7 @@ jobs: | |||
| 180 | 181 | # GH Actions squashes all PR commits, HEAD^ refers to the base branch. | |
| 181 | 182 | - run: git diff HEAD^ HEAD -G"pr-url:" -- "*.md" | ./tools/lint-pr-url.mjs ${{ github.event.pull_request.html_url }} | |
| 182 | 183 | lint-readme: | |
| 183 | - runs-on: ubuntu-latest | ||
| 184 | + runs-on: ubuntu-slim | ||
| 184 | 185 | steps: | |
| 185 | 186 | - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
| 186 | 187 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,7 +9,8 @@ permissions: | |||
| 9 | 9 | ||
| 10 | 10 | jobs: | |
| 11 | 11 | create-issue: | |
| 12 | - runs-on: ubuntu-latest | ||
| 12 | + if: github.repository == 'nodejs/node' | ||
| 13 | + runs-on: ubuntu-slim | ||
| 13 | 14 | permissions: | |
| 14 | 15 | issues: write | |
| 15 | 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