[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: use slim Ubuntu runners (#753)

authored by

Okinea Dev and committed by
GitHub
2ba9247e 8d99bb09

+2 -2
+1 -1
.github/workflows/provenance.yml
··· 14 14 contents: read 15 15 jobs: 16 16 check-provenance: 17 - runs-on: ubuntu-latest 17 + runs-on: ubuntu-slim 18 18 steps: 19 19 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 20 20 with:
+1 -1
.github/workflows/semantic-pull-requests.yml
··· 16 16 pull-requests: read # for amannn/action-semantic-pull-request to analyze PRs 17 17 statuses: write # for amannn/action-semantic-pull-request to mark status of analyzed PR 18 18 if: github.repository == 'npmx-dev/npmx.dev' 19 - runs-on: ubuntu-latest 19 + runs-on: ubuntu-slim 20 20 name: semantic-pr 21 21 steps: 22 22 - name: Validate PR title