From 7ddb0f20bdd0ef29f4ab2e8dfcb115cd1a059190 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 14 Oct 2024 09:31:19 +0100 Subject: [PATCH] Test for later versions of Node --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 012a2bf..146bb29 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [7.x, 8.x, 10.x, 12.x] + node-version: [14.x, 16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}