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