From 19cfe4bb49b92b06e4ecef1e2a0c0e9091375819 Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Thu, 3 Jun 2021 23:26:02 -0400 Subject: [PATCH] limit to 14.x --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 748e5be..5f5b76d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -19,7 +19,7 @@ jobs: build: strategy: matrix: - node-version: [10.13.0, 12.x, 14.x, 15.x] + node-version: [14.x] # The type of runner that the job will run on runs-on: windows-latest