From a0b223558507c48831677c10f7c88c74d5477047 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Mon, 29 Apr 2024 19:08:17 +0200 Subject: [PATCH] ci: run tests in Node.js 22, with ESLint 9 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f424d428..3104e5ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,14 +29,14 @@ jobs: strategy: matrix: os: [ubuntu-latest] - eslint: [8] - node: [21.x, 20.x, 18.x, "18.18.0"] + eslint: [9, 8] + node: [22.x, 21.x, 20.x, 18.x, "18.18.0"] include: - os: windows-latest - eslint: 8 + eslint: 9 node: 20 - os: macOS-latest - eslint: 8 + eslint: 9 node: 20 runs-on: ${{ matrix.os }} steps: