Update nodejs.yml

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

View File

@ -9,10 +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