From 91a56eb359065cbc57e447188ce380c49ff847af Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Mon, 29 Apr 2024 14:07:42 +0200 Subject: [PATCH] Add node v22 to CI (#511) * Add node v22 to CI Signed-off-by: Matteo Collina * fixup Signed-off-by: Matteo Collina --------- 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..9e2d5f9 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.17, 20, 22] os: [ubuntu-latest] pino-version: [8.20.0, ^8.21.0, ^9.0.0] exclude: