From 499a8435e3ccca3cd187358fc57e3e9d39a13059 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 18 Nov 2021 10:26:04 +0100 Subject: [PATCH] Add node v17 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 90ea9c3ad..ba7bc4908 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [macOS-latest, windows-latest, ubuntu-latest] - node-version: [12, 14, 16] + node-version: [12, 14, 16, 17] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}