From 20c870387cee61440e4d4570dca5716613c449e5 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Thu, 25 Apr 2024 13:14:12 +1200 Subject: [PATCH] ci: test against Node 22 (#1565) --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6e3e035c3..328ed095f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -71,7 +71,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [16.x, 18.x, 20.x, 21.x] + node-version: [16.x, 18.x, 20.x, 21.x, 22.x] eslint-version: [7, 8, 9] ts-eslint-plugin-version: [6, 7] exclude: