From bab7829d12b92b4dff988ccba9479a5f5669a19f Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 29 Apr 2024 13:01:58 +0200 Subject: [PATCH] Add node v22 to CI 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 f573309..5f78302 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: contents: read strategy: matrix: - node-version: [14, 16, 18, 20] + node-version: [14, 16, 18, 20, 22] os: [ubuntu-latest] pino-version: [8.20.0, ^8.21.0, ^9.0.0] exclude: