From 362972cc67c5bd5e5867791c28ecac9554190040 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 21 May 2024 14:49:03 +0200 Subject: [PATCH] add node 22 Signed-off-by: Matteo Collina --- .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 ec0c55e..2c80f7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] steps: - uses: actions/checkout@v3