From ecd8dcb812ebac65f0327f41a9b24fb360f9ec3a Mon Sep 17 00:00:00 2001 From: Denis Sokolov Date: Mon, 18 Jan 2021 12:00:00 +0000 Subject: [PATCH] Add latest Node versions to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbd8e0b..116c663 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [6.x, 8.x, 10.x, 11.x, 12.x, 13.x] + node-version: [6.x, 8.x, 10.x, 11.x, 12.x, 13.x, 14.x, 15.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}