From b5ca3c387162e510d5f006eef22a2bda7eaf627e Mon Sep 17 00:00:00 2001 From: Timm Stokke Date: Thu, 9 Jan 2025 11:07:03 +0100 Subject: [PATCH] Run tests on Node 22.x --- .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 97aad62..10f1665 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: strategy: matrix: - node-version: [20.x] + node-version: [20.x, 22.x] fail-fast: true steps: