Update nodejs.yml

This commit is contained in:
Francisco Hodge 2019-08-26 21:57:42 -04:00 committed by GitHub
parent e70de0275f
commit c9213b0673
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: [12.x] node-version: [12.x]
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node_version }} - name: Use Node.js ${{ matrix.node_version }}