From 1b2f12276392844612337368ac9abd78b9a6eb87 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Fri, 25 Oct 2024 16:24:08 +1100 Subject: [PATCH] chore(ci): bump Node.js test versions --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 3ad7702..1542550 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -5,7 +5,7 @@ jobs: strategy: fail-fast: false matrix: - node: [16.x, 18.x, lts/*, current] + node: [18.x, 20.x, lts/*, current] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: