github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/travis/testdata/cache/npm.yaml.golden (about)

     1  kind: pipeline
     2  spec:
     3    stages:
     4    - desc: converted from travis.yml
     5      name: pipeline
     6      spec:
     7        cache:
     8          enabled: true
     9          paths:
    10          - ~/.npm
    11          - node_modules
    12        envs:
    13          TRAVIS_NODE_VERSION: "6"
    14        steps:
    15        - name: install
    16          spec:
    17            run: npm install
    18          type: script
    19        - name: script
    20          spec:
    21            run: npm test
    22          type: script
    23      strategy:
    24        spec:
    25          axis:
    26            node_js:
    27            - "6"
    28        type: matrix
    29      type: ci
    30  version: 1