Update nodejs.yml

This commit is contained in:
Francisco Hodge 2019-08-26 21:15:17 -04:00 committed by GitHub
parent c786c169f6
commit 76e6a29a36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,10 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use latest Node.js
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
with:
node-version: latest
node-version: ${{ matrix.node_version }}
- name: npm install, build, and test
run: |
npm install -g codecov