From 02542370a4d92ef12270638f97db29ca4f1cca66 Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 4 Jun 2024 11:57:09 +0200 Subject: [PATCH] feat(ci): add node v22 (#2600) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17cd75a28..1ea6beabc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -116,7 +116,7 @@ jobs: strategy: matrix: - node-version: [18, 20] + node-version: [18, 20, 22] steps: - uses: actions/checkout@v4