Update nodejs.yml

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

View File

@ -9,11 +9,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- name: Use latest Node.js