From 0ab984f3421a15b0eba4df9357c3882e4b2d1843 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Thu, 18 Nov 2021 11:18:19 +0100 Subject: [PATCH] Add node v17 to CI (#1228) --- .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 }}