From df568c9f5afe251213a8e83ec7f17a99156bbd00 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Sat, 6 Apr 2024 10:53:03 +0900 Subject: [PATCH] test: update workflow --- .github/workflows/ci.yml | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0735114..c946486 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,20 +45,29 @@ jobs: matrix.os }}) strategy: matrix: - eslint: [8] - node: [12.22.0, 12, 14.17.0, 14, 16, 18, 20] + eslint: [9] + node: [18, 20] os: [ubuntu-latest] include: # On other platforms - os: windows-latest - eslint: 8 + eslint: 9 node: 18 - os: macos-latest - eslint: 8 + eslint: 9 node: 18 - # On next ESLint version - - eslint: ^9.0.0-0 - node: 20 + # On old Node versions & ESLint v8 + - eslint: 8 + node: 12.22.0 + os: ubuntu-latest + - eslint: 8 + node: 12 + os: ubuntu-latest + - eslint: 8 + node: 14.17.0 + os: ubuntu-latest + - eslint: 8 + node: 16 os: ubuntu-latest # On old ESLint versions - eslint: 7