From 3e070f52d015b4c605b63589455385e3e548b038 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Sun, 21 Apr 2024 14:02:46 +0100 Subject: [PATCH] Run CI tests on Node 22 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 26c3599..05cbfa7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,11 +10,11 @@ jobs: fail-fast: false matrix: node-version: - - 21 - - 20 + - 22 - 18 os: - ubuntu-latest + - macos-latest - windows-latest steps: - uses: actions/checkout@v4