github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/github/testdata/examples/container-node.yaml (about)

     1  # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idcontainer
     2  
     3  name: CI
     4  jobs:
     5    container-test-job:
     6      runs-on: ubuntu-latest
     7      container:
     8        image: node:14.16
     9      steps:
    10        - name: Node version
    11          run: node --version