From 70d531123563e7d4db43d781e442bda616a4d088 Mon Sep 17 00:00:00 2001 From: Mohamed Achaq Date: Tue, 9 Jan 2024 11:12:08 +0100 Subject: [PATCH] chore: update ci workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43d71df..c14e881 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] node-version: [18.x, 20.x] runs-on: ${{ matrix.os }}