Docs
Documentation
Everything you need to get a green build on runnerhut, starting with the one line you have to change.
yaml
jobs: test:- runs-on: ubuntu-latest+ runs-on: runnerhut-8vcpu-ubuntu-2404 steps: - uses: actions/checkout@v4 - run: npm ci && npm test