From 506c51b12d2e06e7f8ee262f095c7797d2f23377 Mon Sep 17 00:00:00 2001 From: baseballyama Date: Mon, 10 Mar 2025 09:21:33 +0900 Subject: [PATCH] add windows --- .github/workflows/NodeCI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/NodeCI.yml b/.github/workflows/NodeCI.yml index 7ac120e7d..57391760d 100644 --- a/.github/workflows/NodeCI.yml +++ b/.github/workflows/NodeCI.yml @@ -51,7 +51,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, windows-latest] eslint: [8, 9] node: [18.x, 20.x, 22.x, latest] steps: