From 730030b078f0dddac73bcd4d8d1879d791b93564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Wed, 3 Nov 2021 10:57:54 +0100 Subject: [PATCH] test: include node 16 and 17 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a502b3fd..a16d1f6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node-version: [10, 12, 14] + node-version: [10, 12, 14, 16, 17] fail-fast: false runs-on: ${{ matrix.os }} steps: