From 9a1a3aaa45815be4eaf94ae46a961a5544d2de93 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Tue, 11 Oct 2022 16:03:45 +0200 Subject: [PATCH] Update ci.yaml --- .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 6dd6d97..9fcbc90 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: needs: test_lint strategy: matrix: - node: [ '15', '14','16' ] + node: [ '14', '15' ,'16', '17' ] os: [ windows-latest, ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: