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

chore: further simplify build

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

View file

@ -1,15 +1,15 @@
name: Node CI
name: Test
on: [push]
jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: 10.x