From 8f17f40f44d6038e4a2263748eb02cde57eccba3 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Mon, 27 Apr 2020 22:18:05 +0300 Subject: chore(ci): add node 14, remove node 8 --- .github/workflows/ci.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc1b29b..5ab5647 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [ '12', '10', '8' ] + node: [ '14', '12', '10' ] name: Node ${{ matrix.node }} CI steps: - uses: actions/checkout@v1 diff --git a/.travis.yml b/.travis.yml index 9ccee7b..d312ec2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js sudo: false node_js: - - 8 - 10 - 12 + - 14 -- cgit v1.2.3