jobs: build: runs-on: ubuntu-20.04 steps: - name: Install dependencies run: apt update && apt install -y nodejs npm git - name: Simple echo run: echo "Hello world"