From 19007269791dab2f4e8ea3a4d1e0651d0452e9e8 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 29 Apr 2020 18:02:16 +0300 Subject: CI updates * add Node.js 14 * remove no longer needed steps; the latest `actions/setup-node` prints this info by default --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 25dae85..9c44379 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: fail-fast: false matrix: - node: [6, 8, 10, 12] + node: [6, 8, 10, 12, 14] steps: - name: Clone repository @@ -22,9 +22,6 @@ jobs: with: node-version: ${{ matrix.node }} - - run: node --version - - run: npm --version - - name: Install npm dependencies run: npm install # switch to `npm ci` when Node.js 6.x is dropped -- cgit v1.2.3