microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
scripts/tests/Fixtures/Workflows/consistent-versions.yml
14lines · modecode
| 1 | name: Consistent Versions |
| 2 | on: push |
| 3 | jobs: |
| 4 | build: |
| 5 | runs-on: ubuntu-latest |
| 6 | steps: |
| 7 | - name: Checkout |
| 8 | uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
| 9 | - name: Setup Node |
| 10 | uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 |
| 11 | with: |
| 12 | node-version: '20' |
| 13 | - name: Cache |
| 14 | uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 |
| 15 | |