From dd1cc487262cf7607bc6806bff33c1770f9132ab Mon Sep 17 00:00:00 2001 From: Brandy Smith <6577830+brandyscarney@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:33:05 -0400 Subject: [PATCH] chore(CI): update node version --- .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 a9653b0f3..766f34f6f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,11 +13,11 @@ jobs: strategy: matrix: # When node version is updated, update the version in the GitHub repository settings (admin access required): - # Branches -> Edit `main` -> Protect matching branches -> + # Branches -> Edit `main` -> Protect matching branches -> # Require status checks to pass before merging -> # Search for the new version -> Add them to the list -> # Remove the old version from the list -> Save changes - node_version: [18] + node_version: [20] os: [windows-latest, macOS-latest] steps: