From 21cfd59d3d745c6967c13999867f5931d0fec08d Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Wed, 22 May 2024 11:00:56 +0200 Subject: [PATCH] ci: Test in Node.js 22 (#187) --- .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 30a2e6d..7f5263b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [21.x, 20.x, 18.x, "18.18.0"] + node: [22.x, 21.x, 20.x, 18.x, "18.18.0"] include: - os: windows-latest node: "lts/*"