From f7ac47c74d40facaea3327d72a45292434cc7402 Mon Sep 17 00:00:00 2001 From: William Killerud Date: Fri, 16 Aug 2024 10:16:22 +0200 Subject: [PATCH] chore: add windows-latest to os matrix (#143) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c009cc6..b935cc7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: test: strategy: matrix: - os: [ubuntu-latest, macOS-latest] + os: [ubuntu-latest, macOS-latest, windows-latest] node-version: [18, 20] runs-on: ${{ matrix.os }}