From d774bf1452a2888a4433f667ea1fddafa54ec078 Mon Sep 17 00:00:00 2001 From: BowTiedRadone Date: Thu, 9 Jan 2025 00:18:15 +0200 Subject: [PATCH] Add Node version `23` to the sanity checks CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1e6608..e0f169b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - node: [22, 20, 18] + node: [23, 22, 20, 18] steps: - name: Checkout code @@ -40,7 +40,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - node: [22, 20, 18] + node: [23, 22, 20, 18] steps: - name: Checkout code