From 3010f2ef8c0c79a15059ef0258190fcc45eb5a51 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Mon, 29 Jul 2024 16:30:33 +0200 Subject: [PATCH] Oops, correct CI config mistake --- .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 bb76c78..d66d6b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [14.x, 16.x] + node-version: [16.x, 18.x] steps: - uses: actions/checkout@v4