From feb721545b6c454c3e5aeabc7594e081397ad098 Mon Sep 17 00:00:00 2001 From: Donal Linehan Date: Fri, 8 Dec 2023 10:44:35 +0000 Subject: [PATCH] lets --- .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 bb6d00a..72d689c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] - node-version: ["4", "8", "14"] + node-version: ["12", "14", "16", "18", "20"] runs-on: ${{ matrix.os }}