From d919b67264d1da6bfb3d8d2b2e5564a7a7a920a6 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper1138 <137898147+GCHQDeveloper1138@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:55:48 +0100 Subject: [PATCH] Increasing versions of node to test against on commit --- .github/workflows/publish.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 070778d..f8321d2 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 46bd409..b8a8f02 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [10.x, 12.x] + node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v1