| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5dad616 commit 609c013
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,7 +12,8 @@ permissions: | |||
| 12 | 12 | jobs: | |
| 13 | 13 | openssl-update: | |
| 14 | 14 | if: github.repository == 'nodejs/node' | |
| 15 | - runs-on: ubuntu-slim | ||
| 15 | + # Cannot use ubuntu-slim here because the update script requires Docker | ||
| 16 | + runs-on: ubuntu-latest | ||
| 16 | 17 | steps: | |
| 17 | 18 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 18 | 19 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments