From 73e1e1f96c81ccdbf9258242084f7ba24cc98351 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Thu, 1 Aug 2024 14:42:59 +0100 Subject: [PATCH] Updating CI to run on latest node + 18 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7244fad20..0ad73914e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - node: ['v20.16.0'] + node: ['18.20.4', 'v20.16.0', 'v22.5.1'] steps: - uses: actions/checkout@v3