From 95b3c5093e8a3956507f0154f7c33064d6e4f109 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 26 Jul 2024 14:25:30 +0200 Subject: [PATCH] Fix CI --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de0c4a3..6e98150 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,8 +10,9 @@ jobs: fail-fast: false matrix: node-version: + - 22 + - 20 - 18 - - 16 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4