From 57540eeb677cb4ca6512b3a7f2778884a8fbbf1f Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Wed, 8 Jan 2025 16:32:11 +0100 Subject: [PATCH] ci: add node v22 build --- .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 e4d028635..75a991f19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node: [18, 20] + node: [18, 20, 22] steps: - uses: actions/checkout@v4