From 3423cb5d8e75d0869c086a1648917a4497ffee6c Mon Sep 17 00:00:00 2001 From: LouisLam Date: Thu, 7 Oct 2021 20:05:12 +0800 Subject: [PATCH] [test] try to auto test Windows and MacOS --- .github/workflows/auto-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 467344dd..f78a7ed1 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - os: [macos-latest, ubuntu-latest, ubuntu-latest] + os: [macos-latest, ubuntu-latest, windows-latest] node-version: [14.x, 15.x, 16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/