5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16:56 +00:00

chore: trim strategy

This commit is contained in:
Richard Simpson 2019-09-20 15:17:27 -05:00
parent cb6639a755
commit 2e0c140147
No known key found for this signature in database
GPG key ID: 0CECAF50D013D1E2

View file

@ -7,16 +7,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: ${{ matrix.node-version }} node-version: 10.x
- name: npm install and test - name: npm install and test
run: | run: |
npm ci npm ci