From 957d4464d53ad98aa503279026f74a50362c2ce3 Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Tue, 17 Dec 2019 17:09:49 -0800 Subject: [PATCH] actions experimants --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 2893211..aeaaf28 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -2,11 +2,11 @@ name: Node on: [push] jobs: test: - name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }} + name: Node ${{ matrix.node-version }} . ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [6, 8, 10, 12, 13] + node-version: [10, 12] os: [ubuntu-latest, windows-latest, macOS-latest] steps: - uses: actions/checkout@v1