From 16eec33e988bf33858df08136617a27b9b9808f6 Mon Sep 17 00:00:00 2001 From: sapphi-red Date: Fri, 13 May 2022 18:46:22 +0900 Subject: [PATCH] ci: enable windows node18 --- .github/workflows/ci.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a329e3c26c257..0d86a8cce0eac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,18 +28,11 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] - node_version: [14, 16, 18] + os: [ubuntu-latest, macos-latest, windows-latest] + node_version: [16, 18] include: - - os: macos-latest - node_version: 16 - - os: macos-latest - node_version: 18 - - os: windows-latest - node_version: 16 - # Maybe bug with jest on windows and node-v18 - # - os: windows-latest - # node_version: 18 + - os: ubuntu-latest + node_version: 14 fail-fast: false env: