| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 37862a6 commit 699a621
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,8 @@ jobs: | |||
| 16 | 16 | pull-requests: write # to create a PR (gr2m/create-or-update-pull-request-action) | |
| 17 | 17 | ||
| 18 | 18 | if: github.repository == 'nodejs/node' | |
| 19 | - runs-on: ubuntu-slim | ||
| 19 | + # cannot use ubuntu-slim here because it does not have icupkg | ||
| 20 | + runs-on: ubuntu-latest | ||
| 20 | 21 | ||
| 21 | 22 | steps: | |
| 22 | 23 | - name: Checkout nodejs/node | |
| Back | FazBrowse Home | New Git URL |
0 commit comments