From 29ad5dd999816c76f2294b1925af79fca021f11e Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Wed, 14 Feb 2024 06:40:05 +1300 Subject: [PATCH] ci: don't test `@typescript-eslint` v7 against Node v19 --- .github/workflows/nodejs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5862cc577..8432c615e 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -84,6 +84,9 @@ jobs: # ts-eslint/plugin@7 doesn't support node@16 - node-version: 16.x ts-eslint-plugin-version: 7 + # ts-eslint/plugin@7 doesn't support node@19 + - node-version: 19.x + ts-eslint-plugin-version: 7 # ts-eslint/plugin@7 doesn't support eslint@7 - eslint-version: 7 ts-eslint-plugin-version: 7