actions experimants

This commit is contained in:
Aliaksei Chapyzhenka 2019-12-17 17:09:49 -08:00
parent d2f0171e49
commit 957d4464d5

View File

@ -2,11 +2,11 @@ name: Node
on: [push] on: [push]
jobs: jobs:
test: test:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }} name: Node ${{ matrix.node-version }} . ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
node-version: [6, 8, 10, 12, 13] node-version: [10, 12]
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1