From 2f33fbbfc35e59e051d61e4b96faade36fd8b9b8 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 8 May 2021 04:36:54 +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 89750ad..96a7c1c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: needs: test_lint strategy: matrix: - node: [ '14', '13', '12' ] + node: [ '15', '14', '13', '12' ] os: [ windows-latest, ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: