From 3825fb6e8747f3c67c523fb69c97e3be306d2635 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Tue, 30 Apr 2024 20:18:38 +0200 Subject: [PATCH] Update CI versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f283abd..f431f5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: [18.x, v18.16, '*'] + node-version: [18.x, 20.x, v20.11.1, 22.x, '*'] steps: - uses: actions/checkout@v3